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
2af6d895
Commit
2af6d895
authored
Jul 19, 2017
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build utilities for more general use
parent
8ab74c01
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
24 deletions
+12
-24
travis-build.sh
travis-build.sh
+10
-22
travis-env-vars
travis-env-vars
+1
-1
travis-macos-vars
travis-macos-vars
+1
-1
No files found.
travis-build.sh
View file @
2af6d895
...
@@ -2,26 +2,14 @@
...
@@ -2,26 +2,14 @@
set
-e
set
-e
if
[
"
$TRAVIS_OS_NAME
"
==
"osx"
]
;
then
rm
-rf
build.paho
mkdir
build.paho
mkdir
build.paho
cd
build.paho
cd
build.paho
echo
"travis build dir
$TRAVIS_BUILD_DIR
pwd
$PWD
"
echo
"travis build dir
$TRAVIS_BUILD_DIR
pwd
$PWD
"
cmake
-DPAHO_WITH_SSL
=
TRUE
-DPAHO_BUILD_DOCUMENTATION
=
FALSE
-DPAHO_BUILD_SAMPLES
=
TRUE ..
cmake
-DPAHO_WITH_SSL
=
TRUE
-DPAHO_BUILD_DOCUMENTATION
=
FALSE
-DPAHO_BUILD_SAMPLES
=
TRUE ..
make
make
python ../test/mqttsas2.py &
python ../test/mqttsas2.py &
ctest
-VV
--timeout
600
ctest
-VV
--timeout
600
kill
%1
kill
%1
killall mosquitto
killall mosquitto
fi
if
[[
"
$TRAVIS_OS_NAME
"
==
"linux"
]]
;
then
mkdir
build.paho
cd
build.paho
echo
"travis build dir
$TRAVIS_BUILD_DIR
pwd
$PWD
"
cmake
-DPAHO_WITH_SSL
=
TRUE
-DPAHO_BUILD_DOCUMENTATION
=
FALSE
-DPAHO_BUILD_SAMPLES
=
TRUE ..
make
python ../test/mqttsas2.py &
ctest
-VV
--timeout
600
kill
%1
killall mosquitto
fi
travis-env-vars
View file @
2af6d895
export TRAVIS_OS_NAME=linux
export TRAVIS_OS_NAME=linux
export TRAVIS_BUILD_DIR=
/home/icraggs/git/paho.mqtt.c
export TRAVIS_BUILD_DIR=
$PWD
travis-macos-vars
View file @
2af6d895
export TRAVIS_OS_NAME=osx
export TRAVIS_OS_NAME=osx
export TRAVIS_BUILD_DIR=
/Users/icraggs/git/paho.mqtt.c
export TRAVIS_BUILD_DIR=
$PWD
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