summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-06-13 19:27:56 -0400
committerAllen Winter <allen.winter@kdab.com>2016-06-13 19:27:56 -0400
commit494453c710554088c2bead74e3be3494f85da2ce (patch)
tree35407a1b91aa48fcac73e02a77bbbd9b3f2a9ebf /.travis.yml
parent562cce0fdc17fd68f2dd7711f2b737ecadf00892 (diff)
downloadlibical-git-494453c710554088c2bead74e3be3494f85da2ce.tar.gz
.travis.yml - try again to build with GOBJECT_INTROSPECTION
this time we set PKG_CONFIG_PATH for homebrew on osx to find libffi
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b5a3cb1a..26928fb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
env:
global:
- secure: "NlWO/NTPlOU6cowOMuPOvjAprXVwIjmpHHf9CoMR71E2c/eBFFKIHj10kXuyFwz2KihHAIExmo9OlGtGniNWobvIrVrabO3dsOSb6UGbPAQkzQiyQLKsDNQAZx3nMuWEKBtMsVRee6rd7/2uGTY4WB5Ot3VhrUYcN1FoRgQQ9gk="
+ - PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig # needed to find homebrew's libffi on osx
+
os:
- linux
@@ -12,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 -DWITH_BDB=true -DICAL_GLIB=true -DGOBJECT_INTROSPECTION=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
addons:
apt: