forked from lwip-tcpip/lwip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (38 loc) · 919 Bytes
/
.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
37
38
39
40
41
42
language: c
os: linux
sudo: required
matrix:
include:
- compiler: gcc-7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- check
- libsubunit-dev
- gcc-7
- ninja-build
- doxygen
env:
- LSAN_OPTIONS=verbosity=1:log_threads=1
- compiler: clang-7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7
packages:
- check
- libsubunit-dev
- clang-7
- ninja-build
- doxygen
env:
- LSAN_OPTIONS=verbosity=1:log_threads=1
before_install:
# Install cmake
- wget -O cmake.sh https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
script:
- ./travis.sh