Skip to content

Commit

Permalink
feat(gh-codespace): prebuild the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor authored Nov 2, 2023
1 parent ba3960e commit 493af0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ cp __build_all.sh__ ../../build_all.sh
cp __c_cpp_properties.json__ ../../.vscode/c_cpp_properties.json
cp __settings.json__ ../../.vscode/settings.json

chmod +x ../../build_all.sh
cd ../../
chmod +x build_all.sh
./build_all.sh

0 comments on commit 493af0e

Please sign in to comment.