Skip to content

Commit

Permalink
change Install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffry1829 committed Oct 14, 2023
1 parent 9895600 commit 230a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ echo ${FLAG}
mkdir build
cd build
cmake ../ ${FLAG} -DDEV_MODE=on
make -j`nproc`
make -j4
make install
ctest
gcovr -r ../ . --html-details cov.html

0 comments on commit 230a6b8

Please sign in to comment.