mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +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_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:
|
||||
- os: linux
|
||||
compiler: clang
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user