mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-12 15:16:50 +01:00
26 lines
351 B
YAML
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
|
|
|