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
f5fc716a
Commit
f5fc716a
authored
May 31, 2018
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Python3 for mqttsas.py
parent
a8926720
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
appveyor.yml
appveyor.yml
+3
-4
travis-build.sh
travis-build.sh
+1
-1
No files found.
appveyor.yml
View file @
f5fc716a
...
...
@@ -5,12 +5,11 @@ image:
configuration
:
Debug
install
:
-
cmd
:
openssl 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
:
C:\Python36\
python --version
-
cmd
:
netsh advfirewall firewall add rule name="Python
3.6" dir=in action=allow program="C:\Python36
\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 -ArgumentList 'test\mqttsas.py'
-
cmd
:
C:\Python36\python --version
-
ps
:
Start-Process C:\Python36\python -ArgumentList 'test\mqttsas.py'
-
cmd
:
git clone https://github.com/eclipse/paho.mqtt.testing.git
-
cmd
:
cd paho.mqtt.testing\interoperability
-
ps
:
Start-Process C:\Python36\python -ArgumentList 'startbroker.py -c localhost_testing.conf'
...
...
travis-build.sh
View file @
f5fc716a
...
...
@@ -8,7 +8,7 @@ cd build.paho
echo
"travis build dir
$TRAVIS_BUILD_DIR
pwd
$PWD
"
cmake
-DCMAKE_BUILD_TYPE
=
Debug
-DPAHO_WITH_SSL
=
TRUE
-DPAHO_BUILD_DOCUMENTATION
=
FALSE
-DPAHO_BUILD_SAMPLES
=
TRUE ..
make
python ../test/mqttsas.py &
python
3
../test/mqttsas.py &
ctest
-VV
--timeout
600
cpack
--verbose
kill
%1
...
...
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