mirror of https://github.com/eclipse/paho.mqtt.c
Remove unused travis files
This commit is contained in:
parent
e84b19bab0
commit
0521dc5c77
|
|
@ -1 +0,0 @@
|
||||||
scp -v -o StrictHostKeyChecking=no build.paho/*.tar.gz icraggs@build.eclipse.org:../../../../shared/technology/paho/C/
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
|
||||||
pwd
|
|
||||||
sudo service mosquitto stop
|
|
||||||
# Stop any mosquitto instance which may be still running from previous runs
|
|
||||||
killall mosquitto
|
|
||||||
# mosquitto -h
|
|
||||||
# mosquitto -c test/tls-testing/mosquitto.conf &
|
|
||||||
|
|
||||||
git clone https://github.com/eclipse/paho.mqtt.testing.git
|
|
||||||
cd paho.mqtt.testing/interoperability
|
|
||||||
python3 startbroker.py -c localhost_testing.conf &
|
|
||||||
cd ../..
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
|
||||||
pwd
|
|
||||||
# brew update
|
|
||||||
# brew install openssl mosquitto
|
|
||||||
# brew services stop mosquitto
|
|
||||||
# /usr/local/sbin/mosquitto -c test/tls-testing/mosquitto.conf &
|
|
||||||
|
|
||||||
# brew upgrade python
|
|
||||||
git clone https://github.com/eclipse/paho.mqtt.testing.git
|
|
||||||
cd paho.mqtt.testing/interoperability
|
|
||||||
python3 startbroker.py -c localhost_testing.conf &
|
|
||||||
cd ../..
|
|
||||||
fi
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
openssl aes-256-cbc -K $encrypted_dcd2b299f7c9_key -iv $encrypted_dcd2b299f7c9_iv -in deploy_rsa.enc -out /tmp/deploy_rsa -d
|
|
||||||
eval "$(ssh-agent -s)"
|
|
||||||
chmod 600 /tmp/deploy_rsa
|
|
||||||
ssh-add /tmp/deploy_rsa
|
|
||||||
Loading…
Reference in New Issue