summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
committerAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
commit8eb5cd0be0084e20c6b22620c98207b38b345b71 (patch)
tree47603f9a545547efff4fe4fd622e030d08742cc3 /.travis.yml
parent80dec594735f995e67ff57a1e88223819e93b402 (diff)
downloadlibical-git-8eb5cd0be0084e20c6b22620c98207b38b345b71.tar.gz
buildsystem: setup feature_summary for icu, bdb and python3.
bdb support is built by default if the Berkeley db is found
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 1d500b01..bc749f09 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ language: c
compiler:
- gcc
- clang
-script: mkdir build && cd build && cmake -DWITH_BDB=true -DICAL_GLIB=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
+script: mkdir build && cd build && cmake -DICAL_GLIB=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
addons:
apt: