From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 06073385AC2E; Tue, 16 Nov 2021 18:00:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06073385AC2E Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Drop 'make check' from AppVeyor X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 287cb02f69874cd0ebc10c606d71585d57c5e260 X-Git-Newrev: bff995a7809a310bd5d510b7875a2eb465c8cc2a Message-Id: <20211116180037.06073385AC2E@sourceware.org> Date: Tue, 16 Nov 2021 18:00:37 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2021 18:00:37 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bff995a7809a310bd5d510b7875a2eb465c8cc2a commit bff995a7809a310bd5d510b7875a2eb465c8cc2a Author: Jon Turney Date: Tue Nov 16 16:48:10 2021 +0000 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). Diff: --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 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