diff options
author | Allen Winter <allen.winter@kdab.com> | 2016-06-12 12:30:39 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2016-06-12 12:30:39 -0400 |
commit | 251673a3845a715de375198ac7f2497b9e929251 (patch) | |
tree | 98db750bfe935ebd9ab6291755c4e5f76c382762 | |
parent | 05d3112ff585c30224c10c5512356027c3e74b95 (diff) | |
download | libical-git-251673a3845a715de375198ac7f2497b9e929251.tar.gz |
.travis.yml - build with INTROSPECTION, GLIB and INTEROPERABLE timezones
-rw-r--r-- | .travis.yml | 2 |
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: |