public inbox for cygwin-cvs@sourceware.org help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org> To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Drop 'make check' from AppVeyor Date: Tue, 16 Nov 2021 18:00:37 +0000 (GMT) [thread overview] Message-ID: <20211116180037.06073385AC2E@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bff995a7809a310bd5d510b7875a2eb465c8cc2a commit bff995a7809a310bd5d510b7875a2eb465c8cc2a Author: Jon Turney <jon.turney@dronecode.org.uk> 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
reply other threads:[~2021-11-16 18:00 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20211116180037.06073385AC2E@sourceware.org \ --to=jturney@sourceware.org \ --cc=cygwin-cvs@sourceware.org \ --cc=newlib-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).