Skip to content

Commit

Permalink
Make in build.sh only if cmake finished successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
polyntsov committed Aug 12, 2023
1 parent 5ac195c commit 32529d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ cd ..
mkdir -p build
cd build
rm CMakeCache.txt
cmake $PREFIX ..
make $JOBS_OPTION
cmake $PREFIX .. && make $JOBS_OPTION

0 comments on commit 32529d3

Please sign in to comment.