forked from GoogleCloudPlatform/google-cloud-iot-arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (30 loc) · 735 Bytes
/
.travis.yml
File metadata and controls
33 lines (30 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: c
sudo: false
cache:
directories:
- ~/arduino_ide
- ~/.arduino15/packages/
git:
depth: false
quiet: true
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
- key_url: 'http://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- python3-pip
- python3-wheel
- clang-format-5.0
env:
global:
- ARDUINO_IDE_VERSION="1.8.13"
- PRETTYNAME="Google Cloud IoT Arduino Library"
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
before_install:
- source $TRAVIS_BUILD_DIR/install.sh
install:
- arduino --install-library "MQTT","WiFi101","DHT sensor library","Adafruit Unified Sensor"
script:
- build_main_platforms