Skip to content
Snippets Groups Projects
Commit 3d912882 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated build step for fuzzpod

parent 26d4b179
No related branches found
No related tags found
No related merge requests found
Pipeline #4613 failed
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
function main() function main()
{ {
scons -j3 # build software
git submodule sync --recursive
git submodule update --recursive --init
cd test cd test
scons scons
strip test.exe strip test.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment