]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Drop 'make check' from AppVeyor
authorJon Turney <jon.turney@dronecode.org.uk>
Tue, 16 Nov 2021 16:48:10 +0000 (16:48 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Tue, 16 Nov 2021 17:59:59 +0000 (17:59 +0000)
Appveyor has quite restrictive concurrent job limits for free projects,
so reduce the job's runtime by dropping 'make check' to avoid blocking
(since we're now also running that in a GitHub action).

.appveyor.yml

index 698366702a3e732eaee7db923f427a9931d0bd23..31979338616a3106e8373a08a6171d308646b464 100644 (file)
@@ -66,8 +66,7 @@ build_script: >-
     make &&\r
     make install &&\r
     (cd */newlib; make info man) &&\r
-    (cd */newlib; make install-info install-man) &&\r
-    (cd */winsup; test "${BUILD}" != 'x86_64-pc-cygwin' || make check || true)"\r
+    (cd */newlib; make install-info install-man)"\r
 \r
 test: off\r
 deploy: off\r
This page took 0.030044 seconds and 5 git commands to generate.