mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Start working on Travis-CI integration
This commit is contained in:
parent
437e0a6756
commit
a3a4103d66
35
.travis.yml
Normal file
35
.travis.yml
Normal file
@ -0,0 +1,35 @@
|
||||
language: c
|
||||
os: linux
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
- gcc-5
|
||||
env: COMPILER=gcc-5
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.8
|
||||
packages:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
- clang-3.8
|
||||
env: COMPILER=clang-3.8
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
|
||||
script: ./test.sh
|
Loading…
Reference in New Issue
Block a user