From 835fe1133fa028a1165aaad149e445b0d9423aad Mon Sep 17 00:00:00 2001 From: Chris Brown <77508021+peakschris@users.noreply.github.com> Date: Sat, 9 Aug 2025 15:51:48 -0400 Subject: [PATCH] disable tests on windows; they don't work --- build/ci/cirrus_ci/ci.cmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/ci/cirrus_ci/ci.cmd b/build/ci/cirrus_ci/ci.cmd index b89237354..6fc1ea7c8 100755 --- a/build/ci/cirrus_ci/ci.cmd +++ b/build/ci/cirrus_ci/ci.cmd @@ -85,11 +85,11 @@ IF "%1%"=="prepare" ( ) ) ELSE IF "%1%"=="test" ( IF "%BE%"=="cygwin-gcc" ( - @REM ECHO "Skipping tests on this platform" - @REM EXIT /b 0 - SET BS=cmake - SET SKIP_TEST_SPARSE=1 - C:\tools\cygwin\bin\bash.exe --login -c "cd '%cd%'; ./build/ci/build.sh -a test" + ECHO "Skipping tests on this platform" + EXIT /b 0 + REM SET BS=cmake + REM SET SKIP_TEST_SPARSE=1 + REM C:\tools\cygwin\bin\bash.exe --login -c "cd '%cd%'; ./build/ci/build.sh -a test" ) ELSE IF "%BE%"=="mingw-gcc" ( SET PATH=%PATH%;C:\Program Files\cmake\bin;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin COPY "C:\Program Files (x86)\zlib\bin\libzlib.dll" build_ci\cmake\bin\ -- 2.47.3