forked from openthread/ot-br-posix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (33 loc) · 1.1 KB
/
.travis.yml
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
33
34
35
36
language: cpp
sudo: required
dist: trusty
cache:
directories:
- $HOME/.cache/tools
before_install: .travis/before_install.sh
script: .travis/script.sh
matrix:
include:
- env: BUILD_TARGET="pretty-check"
os: linux
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
packages:
- clang-5.0
- env: BUILD_TARGET="posix-check" VERBOSE=1
compiler: gcc
os: linux
- env: BUILD_TARGET="raspbian-gcc" VERBOSE=1 IMAGE_NAME=2017-04-10-raspbian-jessie-lite IMAGE_URL=http://director.downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-04-10/2017-04-10-raspbian-jessie-lite.zip
compiler: gcc
os: linux
- env: BUILD_TARGET="raspbian-gcc" VERBOSE=1 IMAGE_NAME=2018-04-18-raspbian-stretch-lite IMAGE_URL=http://director.downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2018-04-19/2018-04-18-raspbian-stretch-lite.zip
compiler: gcc
os: linux
- env: BUILD_TARGET="script-check"
compiler: gcc
os: linux
- env: BUILD_TARGET="scan-build"
os: linux
compiler: clang