mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Some misc changes
This commit is contained in:
parent
0cfb8a96d2
commit
ca5d0a6e29
@ -60,7 +60,7 @@ if (CTI_CONTINUABLE_WITH_AWAIT)
|
||||
target_compile_options(continuable-base
|
||||
INTERFACE
|
||||
$<$<CXX_COMPILER_ID:MSVC>:/await>
|
||||
$<$<CXX_COMPILER_ID:CLANG>:-fcoroutines-ts>)
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fcoroutines-ts>)
|
||||
|
||||
target_compile_definitions(continuable-base
|
||||
INTERFACE
|
||||
|
||||
@ -3,8 +3,8 @@ image:
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- NO_EXCEPTIONS: OFF
|
||||
- NO_EXCEPTIONS: ON
|
||||
- WITH_NO_EXCEPTIONS: OFF
|
||||
- WITH_NO_EXCEPTIONS: ON
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
@ -21,7 +21,7 @@ clone_script:
|
||||
before_build:
|
||||
- cmd: >
|
||||
cmake -H. -Bbuild -A%PLATFORM%
|
||||
-DCTI_CONTINUABLE_WITH_NO_EXCEPTIONS=%NO_EXCEPTIONS%
|
||||
-DCTI_CONTINUABLE_WITH_NO_EXCEPTIONS=%WITH_NO_EXCEPTIONS%
|
||||
-DCTI_CONTINUABLE_WITH_AWAIT=ON
|
||||
|
||||
build_script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user