Commit 5ed757d8 authored by Ian Craggs's avatar Ian Craggs

Getting Travis build working for MQTT 5.0

parent 8c812eb5
...@@ -11,5 +11,5 @@ make ...@@ -11,5 +11,5 @@ make
python ../test/mqttsas2.py & python ../test/mqttsas2.py &
ctest -VV --timeout 600 ctest -VV --timeout 600
kill %1 kill %1
killall mosquitto #killall mosquitto
...@@ -21,7 +21,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then ...@@ -21,7 +21,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
# brew services stop mosquitto # brew services stop mosquitto
# /usr/local/sbin/mosquitto -c test/tls-testing/mosquitto.conf & # /usr/local/sbin/mosquitto -c test/tls-testing/mosquitto.conf &
brew install python3 brew install python3
git clone https://github.com/eclipse/paho.mqtt.testing.git git clone https://github.com/eclipse/paho.mqtt.testing.git
cd paho.mqtt.testing/interoperability cd paho.mqtt.testing/interoperability
python3 startbroker.py -c localhost_testing.conf & python3 startbroker.py -c localhost_testing.conf &
......
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