From: Chris Brown <77508021+peakschris@users.noreply.github.com> Date: Sat, 9 Aug 2025 19:08:49 +0000 (-0400) Subject: enable tests on windows X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=652a0c107b2ca09579459ed6f9b9b5a06daca2c1;p=thirdparty%2Flibarchive.git enable tests on windows --- diff --git a/build/ci/cirrus_ci/ci.cmd b/build/ci/cirrus_ci/ci.cmd index 6fc1ea7c8..b89237354 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" ( - 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" + @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" ) 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\