mirror of
https://github.com/Naios/continuable.git
synced 2026-02-09 11:16:40 +08:00
Travis test
This commit is contained in:
parent
2a1949a5b0
commit
5d6b6116bf
17
.travis.yml
17
.travis.yml
@ -42,6 +42,23 @@ matrix:
|
|||||||
- WITH_NO_EXCEPTIONS=OFF
|
- WITH_NO_EXCEPTIONS=OFF
|
||||||
- WITH_AWAIT=OFF
|
- WITH_AWAIT=OFF
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- llvm-toolchain-trusty-5.0
|
||||||
|
packages:
|
||||||
|
- clang-5.0
|
||||||
|
- cmake
|
||||||
|
- cmake-data
|
||||||
|
- ninja-build
|
||||||
|
env:
|
||||||
|
- COMPILER=clang++-5.0
|
||||||
|
- WITH_NO_EXCEPTIONS=ON
|
||||||
|
- WITH_AWAIT=ON
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user