From ed94514fc2acf6191e46ef4f4fa32b304d8a098f Mon Sep 17 00:00:00 2001 From: John Keiser Date: Tue, 6 Oct 2020 10:43:24 -0700 Subject: [PATCH] Remove ondemand_basictests from Win32 for now --- .appveyor.yml | 2 +- dependencies/cxxopts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ec5aa9db..607c289d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ environment: - job_name: VS2019 (Win32) platform: Win32 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 image: Visual Studio 2015 CMAKE_ARGS: -A %Platform% -DSIMDJSON_BUILD_STATIC=ON -DSIMDJSON_ENABLE_THREADS=OFF diff --git a/dependencies/cxxopts b/dependencies/cxxopts index 4b63c333..794c9752 160000 --- a/dependencies/cxxopts +++ b/dependencies/cxxopts @@ -1 +1 @@ -Subproject commit 4b63c333a842295b1bfb79d05863633037328300 +Subproject commit 794c975287355de48158d9a80ed502d26b20a472