summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-06-12 12:30:39 -0400
committerAllen Winter <allen.winter@kdab.com>2016-06-12 12:30:39 -0400
commit251673a3845a715de375198ac7f2497b9e929251 (patch)
tree98db750bfe935ebd9ab6291755c4e5f76c382762 /.travis.yml
parent05d3112ff585c30224c10c5512356027c3e74b95 (diff)
downloadlibical-git-251673a3845a715de375198ac7f2497b9e929251.tar.gz
.travis.yml - build with INTROSPECTION, GLIB and INTEROPERABLE timezones
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 88381ecb..89119837 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ language: c
compiler:
- gcc
- clang
-script: mkdir build && cd build && cmake -DWITH_BDB=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
+script: mkdir build && cd build && cmake -DWITH_BDB=true -DGOBJECT_INTROSPECTION=true -DICAL_GLIB=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
addons:
apt: