mirror of https://github.com/eclipse/paho.mqtt.c
Getting Travis build working for MQTT 5.0
This commit is contained in:
parent
8c812eb527
commit
5ed757d89e
|
|
@ -11,5 +11,5 @@ make
|
|||
python ../test/mqttsas2.py &
|
||||
ctest -VV --timeout 600
|
||||
kill %1
|
||||
killall mosquitto
|
||||
#killall mosquitto
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
|||
# brew services stop mosquitto
|
||||
# /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
|
||||
cd paho.mqtt.testing/interoperability
|
||||
python3 startbroker.py -c localhost_testing.conf &
|
||||
|
|
|
|||
Loading…
Reference in New Issue