Commit b1de6625 authored by Ian Craggs's avatar Ian Craggs

Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop

parents 3bb3e3e7 0c3b2cd9
...@@ -8,8 +8,11 @@ os: ...@@ -8,8 +8,11 @@ os:
- linux - linux
- osx - osx
sudo: required
script: script:
- make - make
before_install: before_install:
- ./travis-install.sh - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi'
...@@ -9,4 +9,5 @@ fi ...@@ -9,4 +9,5 @@ fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update brew update
brew install openssl brew install openssl
export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment