2 Star 4 Fork 1

Murphy / lwip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
1
https://gitee.com/zhaojuntao/lwip.git
git@gitee.com:zhaojuntao/lwip.git
zhaojuntao
lwip
lwip
master

搜索帮助