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).
This commit is contained in:
Jon Turney 2021-11-16 16:48:10 +00:00
parent 287cb02f69
commit bff995a780
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 1 additions and 2 deletions

View File

@ -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