aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-22 22:41:28 +0200
committercbdev <cb@cbcdn.com>2019-08-22 22:41:28 +0200
commit93de82b8ccab8fdbeaa2b1847c75488a03340bcc (patch)
treec0aa9322a25453f6553c22532529ab3ed44382d3 /.travis.yml
parent6464a418f2bf13c8c04b10abf5ebdc4c95aae861 (diff)
downloadmidimonster-93de82b8ccab8fdbeaa2b1847c75488a03340bcc.tar.gz
midimonster-93de82b8ccab8fdbeaa2b1847c75488a03340bcc.tar.bz2
midimonster-93de82b8ccab8fdbeaa2b1847c75488a03340bcc.zip
Update travis config for openssl, using CFLAGS this time
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 9f2034c..864c628 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -165,7 +165,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache ola lua openssl; fi
# OpenSSL is not a proper install due to some Apple bull, so provide additional locations via the environment...
- - export CPPFLAGS="$CPPFLAGS -I/usr/local/opt/openssl/include"
+ - export CFLAGS="$CFLAGS -I/usr/local/opt/openssl/include"
- export LDFLAGS="$LDFLAGS -L/usr/local/opt/openssl/lib"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/ccache/libexec:$PATH; fi # Use ccache on Mac too
#Coverity doesn't work with g++ 5 or 6, so only upgrade to g++ 4.9 for that