Skip to content

Commit

Permalink
Update ccpp.yml (#1)
Browse files Browse the repository at this point in the history
* Update ccpp.yml

* Update ccpp.yml

* Update ccpp.yml
  • Loading branch information
raidgar98 authored May 17, 2020
1 parent 46c28e1 commit 8934e50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: sudo apt-get install libboost1.65-all-dev cmake make g++-8
- run: sudo apt-get install libboost1.65-all-dev cmake make g++-8 freeglut3-dev
- name: make
run: mkdir build && cd build && cmake .. && make -j4 && ./tests/engine_tests
run: mkdir build && cd build && cmake .. && make -j4
- name: tests
run: ./build/tests/engine_tests -l all

0 comments on commit 8934e50

Please sign in to comment.