]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
disable tests on windows; they don't work
authorChris Brown <77508021+peakschris@users.noreply.github.com>
Sat, 9 Aug 2025 19:51:48 +0000 (15:51 -0400)
committerChris Brown <77508021+peakschris@users.noreply.github.com>
Sat, 9 Aug 2025 19:51:48 +0000 (15:51 -0400)
build/ci/cirrus_ci/ci.cmd

index b892373546f2a46390df5891183d8214dfb69e32..6fc1ea7c814161960125bc68284564fdd3b5d7fa 100755 (executable)
@@ -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\