mirror of https://github.com/eclipse/paho.mqtt.c
Another travis-ci experiment
This commit is contained in:
parent
2c3371569a
commit
0c3b2cd9f2
|
|
@ -14,4 +14,5 @@ script:
|
|||
- make
|
||||
|
||||
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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue