mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
Attempt to fix travis failures
This commit is contained in:
parent
9286cfa8cc
commit
e011ec7071
@ -64,6 +64,7 @@ matrix:
|
||||
install:
|
||||
- export CXX=$COMPILER
|
||||
- $CXX --version
|
||||
script:
|
||||
############################################################################
|
||||
# Install libc++ and libc++abi if needed
|
||||
# Taken from here: https://github.com/boostorg/hana/blob/master/.travis.yml
|
||||
@ -106,8 +107,6 @@ install:
|
||||
# Configure the project and build it
|
||||
cmake -GNinja -DCMAKE_CXX_FLAGS="$STD_CXX_FLAGS $CMAKE_CXX_FLAGS -Werror" -DCMAKE_EXE_LINKER_FLAGS="$STD_LINKER_FLAGS" -DCTI_CONTINUABLE_WITH_NO_EXCEPTIONS=$WITH_NO_EXCEPTIONS -DCTI_CONTINUABLE_WITH_AWAIT=$WITH_AWAIT -DCMAKE_BUILD_TYPE=Debug ..
|
||||
}
|
||||
|
||||
script:
|
||||
- |
|
||||
if [[ $COMPILER == *"clang"* ]]; then
|
||||
ASAN_OPTIONS=abort_on_error=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user