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
9d9be1a7
Commit
9d9be1a7
authored
Jul 21, 2017
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display OpenSSL version
parent
2af6d895
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
appveyor.yml
appveyor.yml
+5
-3
No files found.
appveyor.yml
View file @
9d9be1a7
...
@@ -2,16 +2,18 @@ version: 1.1.{build}
...
@@ -2,16 +2,18 @@ version: 1.1.{build}
image
:
Visual Studio 2015
image
:
Visual Studio 2015
configuration
:
Debug
configuration
:
Debug
install
:
install
:
-
cmd
:
openssl version
-
cmd
:
python --version
-
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="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 firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
-
cmd
:
netsh advfirewall set allprofiles state off
-
cmd
:
netsh advfirewall set allprofiles state off
-
ps
:
Start-Process python -ArgumentList 'test\mqttsas2.py', 'mqtt.iotree.co.uk'
-
ps
:
Start-Process python -ArgumentList 'test\mqttsas2.py', 'mqtt.iotree.co.uk'
build_script
:
build_script
:
-
cmd
:
>
-
-
cmd
:
>
-
mkdir build.paho
mkdir build.paho
...
...
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