Remove ondemand_basictests from Win32 for now
This commit is contained in:
parent
6455ec36ec
commit
ed94514fc2
|
@ -17,7 +17,7 @@ environment:
|
||||||
- job_name: VS2019 (Win32)
|
- job_name: VS2019 (Win32)
|
||||||
platform: Win32
|
platform: Win32
|
||||||
CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_ENABLE_THREADS=ON # This should be the default. Testing anyway.
|
CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_ENABLE_THREADS=ON # This should be the default. Testing anyway.
|
||||||
CTEST_ARGS: -E checkperf
|
CTEST_ARGS: -E "checkperf|ondemand_basictests"
|
||||||
- job_name: VS2015
|
- job_name: VS2015
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=ON -DSIMDJSON_ENABLE_THREADS=OFF
|
CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=ON -DSIMDJSON_ENABLE_THREADS=OFF
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4b63c333a842295b1bfb79d05863633037328300
|
Subproject commit 794c975287355de48158d9a80ed502d26b20a472
|
Loading…
Reference in New Issue