mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 01:06:44 +08:00
Allow the coroutine build to fail
This commit is contained in:
parent
81f023ba36
commit
9ee5e38fef
@ -42,6 +42,7 @@ matrix:
|
||||
- WITH_NO_EXCEPTIONS=OFF
|
||||
- WITH_AWAIT=OFF
|
||||
|
||||
allow_failures:
|
||||
- os: linux
|
||||
compiler: clang
|
||||
addons:
|
||||
@ -62,6 +63,7 @@ matrix:
|
||||
install:
|
||||
- export CXX=$COMPILER
|
||||
- $CXX --version
|
||||
|
||||
script:
|
||||
############################################################################
|
||||
# Install libc++ and libc++abi if needed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user