Commit 776bb9b5 authored by Ian Craggs's avatar Ian Craggs

Different approach to starting proxy

parent 0af0e3ba
version: 1.1.{build}
image: Visual Studio 2015
configuration: Debug
install:
- cmd: python --version
- cmd: netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes
- cmd: netsh advfirewall firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
- cmd: netsh advfirewall set allprofiles state off
- ps: Start-Process python ..\test\mqttsas2.py mqtt.iotree.co.uk
build_script:
- cmd: >-
mkdir build.paho
......@@ -13,17 +24,6 @@ build_script:
nmake
python --version
netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes
netsh advfirewall firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
netsh advfirewall set allprofiles state off
start /B python ..\test\mqttsas2.py mqtt.iotree.co.uk
ctest -T test -VV
cd ..
......
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