mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
Test exceptions on/off in appveyor MSVC builds
This commit is contained in:
parent
f7fabd8ba3
commit
bac14297e0
@ -1,6 +1,11 @@
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- NO_EXCEPTIONS: OFF
|
||||
- NO_EXCEPTIONS: ON
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
|
||||
@ -14,7 +19,7 @@ clone_script:
|
||||
- cmd: git submodule update --init --recursive
|
||||
|
||||
before_build:
|
||||
- cmd: cmake -H. -Bbuild -A%PLATFORM%
|
||||
- cmd: cmake -H. -Bbuild -A%PLATFORM% -DTESTS_NO_EXCEPTIONS=%NO_EXCEPTIONS%
|
||||
|
||||
build_script:
|
||||
- cmd: cmake --build build --config %CONFIGURATION% --target ALL_BUILD -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal /maxcpucount:2 /nologo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user