summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-09-29 15:19:43 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-09-29 15:40:23 +0300
commitca23950253252de478e73277fc8f1035caec653b (patch)
tree8e2bfc54498f5b57da8ae39b0235473031355e06 /.travis.yml
parentf0790926fc9073e7ab81491a7744fc6f5dc83c96 (diff)
travis: enable kmscube
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1158686..30e8f2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,12 @@ addons:
- clang-3.8
- g++-5
- gcc-5
+ - libegl1-mesa-dev
+ - libgles2-mesa-dev
+ - libwayland-dev
+ - libx11-xcb-dev
+ - libx11-dev
+ - libgbm-dev
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
@@ -28,4 +34,4 @@ compiler:
script:
- mkdir build
- cd build
- - cmake .. && make
+ - cmake -DKMSXX_ENABLE_KMSCUBE=1 -DKMSXX_ENABLE_PYTHON=1 .. && make