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 @@
function main()
{
scons -j3
# build software
git submodule sync --recursive
git submodule update --recursive --init
cd test
scons
strip test.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment