mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56: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_NO_EXCEPTIONS=OFF
|
||||||
- WITH_AWAIT=OFF
|
- WITH_AWAIT=OFF
|
||||||
|
|
||||||
|
allow_failures:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
@ -62,6 +63,7 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- export CXX=$COMPILER
|
- export CXX=$COMPILER
|
||||||
- $CXX --version
|
- $CXX --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
############################################################################
|
############################################################################
|
||||||
# Install libc++ and libc++abi if needed
|
# Install libc++ and libc++abi if needed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user