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

Try opening port to start python script

parent 91a98f60
...@@ -13,9 +13,11 @@ build_script: ...@@ -13,9 +13,11 @@ build_script:
nmake nmake
python --version python --version
netsh firewall add portopening TCP 1883 "Open Port 1883"
start cmd /k 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