Files
paho.mqtt-sn.embedded-c/.travis.yml
tomoaki 0adfac47da BugFix: Segmentation fault of Tree32
Add:    "make test" to .travis.yaml
Add:    compile GatewayTester to .travis.yaml

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
2017-05-08 17:40:37 +09:00

26 lines
364 B
YAML

language: cpp
compiler: g++
install:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- cd MQTTSNGateway
- make CXX="g++-4.8" SENSORNET="xbee"
- make CXX="g++-4.8" SENSORNET="udp"
- make test
- cd GatewayTester
- make CXX="g++-4.8"
notifications:
emails:
- tomoaki@tomy-tech.com