Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Sep 12, 2023
1 parent 2e9abb7 commit 602d348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def checkCompilation(String testsPath, String stancFlags = ""){
echo 'O=0' >> make/local
echo 'CXXFLAGS+=-Wall' >> make/local
make -j${env.PARALLEL} build; cd ..
python ./checkCompilation.py -j${env.PARALLEL} --syntax-only ${testsPath}
python ./checkCompilation.py -j${env.PARALLEL} ${testsPath}
"""
}

Expand Down

0 comments on commit 602d348

Please sign in to comment.