Skip to content

Commit

Permalink
Adding make install to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Nov 6, 2024
1 parent 25995b0 commit 6cd114b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
docker exec wrench mkdir wrench/build;
docker exec -w /home/wrench/wrench/build wrench cmake -DENABLE_BATSCHED=${batsched} -DCMAKE_VERBOSE_MAKEFILE=ON ..;
docker exec -w /home/wrench/wrench/build wrench make all unit_tests examples wrench-daemon;
docker exec -w /home/wrench/wrench/build wrench sudo make install
# run unit_tests
docker exec -w /home/wrench/wrench/build wrench ./unit_tests;
# run examples
Expand Down

0 comments on commit 6cd114b

Please sign in to comment.