From 2da888bab02008345f3d4e87f4c4615d55769c9c Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Fri, 5 Aug 2016 18:44:49 +0200 Subject: [PATCH] Travis: Build all tools --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9a80fb0..9677b0cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,14 +10,18 @@ addons: - libglm-dev - libsndfile-dev - libopenal-dev - - libboost-test-dev - libboost-filesystem-dev + # Dependencies for BUILD_TESTS + - libboost-test-dev + # Dependencies for BUILD_VIEWER + - qt5-default + - libqt5opengl5-dev git: depth: 3 script: - mkdir 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 notifications: email: false