Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-11-16 19:48:10 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-11-16 20:59:59 +0300
commitbff995a7809a310bd5d510b7875a2eb465c8cc2a (patch)
treec9ad4e80eb01d0e8beccfc51357e55c1e336c454 /.appveyor.yml
parent287cb02f69874cd0ebc10c606d71585d57c5e260 (diff)
Cygwin: Drop 'make check' from AppVeyor
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).
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 698366702..319793386 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -66,8 +66,7 @@ build_script: >-
make &&
make install &&
(cd */newlib; make info man) &&
- (cd */newlib; make install-info install-man) &&
- (cd */winsup; test "${BUILD}" != 'x86_64-pc-cygwin' || make check || true)"
+ (cd */newlib; make install-info install-man)"
test: off
deploy: off