From bff995a7809a310bd5d510b7875a2eb465c8cc2a Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 16 Nov 2021 16:48:10 +0000 Subject: 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). --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.appveyor.yml') 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 -- cgit v1.2.3