mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-01 16:32:31 +01:00
Travis: Build all tools
This commit is contained in:
parent
a0057d1a01
commit
2da888bab0
@ -10,14 +10,18 @@ addons:
|
|||||||
- libglm-dev
|
- libglm-dev
|
||||||
- libsndfile-dev
|
- libsndfile-dev
|
||||||
- libopenal-dev
|
- libopenal-dev
|
||||||
- libboost-test-dev
|
|
||||||
- libboost-filesystem-dev
|
- libboost-filesystem-dev
|
||||||
|
# Dependencies for BUILD_TESTS
|
||||||
|
- libboost-test-dev
|
||||||
|
# Dependencies for BUILD_VIEWER
|
||||||
|
- qt5-default
|
||||||
|
- libqt5opengl5-dev
|
||||||
git:
|
git:
|
||||||
depth: 3
|
depth: 3
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DBUILD_TESTS=1 -DTESTS_NODATA=1 && make
|
- cmake .. -DBUILD_TESTS=1 -DTESTS_NODATA=1 -DBUILD_VIEWER=1 -DBUILD_SCRIPT_TOOL=1 && make
|
||||||
- tests/run_tests
|
- tests/run_tests
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user