Skip to content

Commit ed94514

Browse files
committed
Remove ondemand_basictests from Win32 for now
1 parent 6455ec3 commit ed94514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
- job_name: VS2019 (Win32)
1818
platform: Win32
1919
CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_ENABLE_THREADS=ON # This should be the default. Testing anyway.
20-
CTEST_ARGS: -E checkperf
20+
CTEST_ARGS: -E "checkperf|ondemand_basictests"
2121
- job_name: VS2015
2222
image: Visual Studio 2015
2323
CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=ON -DSIMDJSON_ENABLE_THREADS=OFF

0 commit comments

Comments
 (0)