Commit 7f3db108 authored by Ian Craggs's avatar Ian Craggs

Drastic action!

parent 7c4b1268
...@@ -16,10 +16,12 @@ build_script: ...@@ -16,10 +16,12 @@ build_script:
python --version python --version
netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\Python27\Python.exe" enable=yes 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 firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
netsh advfirewall set allprofiles state off
start python.exe ..\test\mqttsas2.py mqtt.iotree.co.uk start python.exe ..\test\mqttsas2.py mqtt.iotree.co.uk
ctest -T test -VV ctest -T test -VV
......
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