Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
776bb9b5
Commit
776bb9b5
authored
Mar 28, 2017
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Different approach to starting proxy
parent
0af0e3ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
appveyor.yml
appveyor.yml
+13
-13
No files found.
appveyor.yml
View file @
776bb9b5
version
:
1.1.{build}
version
:
1.1.{build}
image
:
Visual Studio 2015
image
:
Visual Studio 2015
configuration
:
Debug
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
:
build_script
:
-
cmd
:
>
-
-
cmd
:
>
-
mkdir build.paho
mkdir build.paho
...
@@ -11,18 +22,7 @@ build_script:
...
@@ -11,18 +22,7 @@ build_script:
cmake -G "NMake Makefiles" -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_BUILD_SAMPLES=TRUE -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
cmake -G "NMake Makefiles" -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_BUILD_SAMPLES=TRUE -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
nmake
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
ctest -T test -VV
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment