Files
paho.mqtt-sn.embedded-c/.travis.yml
2021-06-02 20:42:07 +09:00

26 lines
351 B
YAML

language: cpp
compiler:
- g++
install:
- if ["$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- cmake
- cmake-data
- bluez
- libbluetooth-dev
script:
- ./travis-build.sh
notifications:
emails:
- tomoaki@tomy-tech.com