summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-11-24 20:22:07 +0100
committerChristian Beier <dontmind@freeshell.org>2016-11-24 20:22:07 +0100
commitce848322ecb56c1d62b01fca21aaf5caeb917e97 (patch)
treed51d9df5669d23c12f914d0af93fd2248724bac3
parentc1478fed64d7d4c951163d3248b354cbc5dc2a14 (diff)
downloadlibtdevnc-ce848322.tar.gz
libtdevnc-ce848322.zip
TravisCI: Another stab at fixing OSX build.
See https://github.com/Tarsnap/spiped/pull/92
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 770d96c..99ff4b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,8 @@ compiler:
- gcc
- clang
+before_install:
+- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi'
+
# before build script, run autoreconf
before_script: autoreconf -fiv \ No newline at end of file