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