Appveyor: with cygwin installation log, no need for ls -l /bin [skip ci]

This commit is contained in:
Alexey Sokolov
2015-07-18 19:51:43 +01:00
parent 0d8083e3df
commit 28a0f1d4d9
-1
View File
@@ -18,7 +18,6 @@ install:
- c:\cygwin-root\bin\sh -lc "uname -a"
- c:\cygwin-root\bin\sh -lc "cat /proc/cpuinfo"
- c:\cygwin-root\bin\sh -lc "cat /proc/meminfo"
- c:\cygwin-root\bin\sh -lc "ls -l /bin"
- c:\cygwin-root\bin\sh -lc "cygcheck -s -v > $APPVEYOR_BUILD_FOLDER/cygcheck.log 2>&1"
- ps: Push-AppveyorArtifact cygcheck.log
# stdin is broken at AppVeyor, so we open it explicitly as /dev/null