From ce848322ecb56c1d62b01fca21aaf5caeb917e97 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 24 Nov 2016 20:22:07 +0100 Subject: [PATCH] TravisCI: Another stab at fixing OSX build. See https://github.com/Tarsnap/spiped/pull/92 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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