mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-21 15:46:52 +08:00
Work on Travis-CI
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -4,7 +4,7 @@ sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
- compiler: gcc-7
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@@ -13,8 +13,10 @@ matrix:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
- gcc-7
|
||||
env: COMPILER=gcc-7
|
||||
- compiler: clang
|
||||
env:
|
||||
- LSAN_OPTIONS=verbosity=1:log_threads=1
|
||||
|
||||
- compiler: clang-6.0
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@@ -24,7 +26,8 @@ matrix:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
- clang-6.0
|
||||
env: COMPILER=clang-6.0
|
||||
env:
|
||||
- LSAN_OPTIONS=verbosity=1:log_threads=1
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user