]> jfr.im git - solanum.git/commitdiff
appveyor: --noconfirm
authorWilliam Pitcock <redacted>
Mon, 21 Mar 2016 02:09:11 +0000 (21:09 -0500)
committerWilliam Pitcock <redacted>
Mon, 21 Mar 2016 02:09:11 +0000 (21:09 -0500)
.appveyor.yml

index 6398826773241eb21f19805b94bc866ac530a8d4..30724a9828bec2e1c5eb05e999dbadf6de8c371f 100644 (file)
@@ -1,7 +1,7 @@
 version: 3.6-dev_{build}
 clone_depth: 10
 install:
-  - c:\msys64\usr\bin\sh.exe -lc "pacman -Sy mingw-w64-x86_64-libwinpthread-git"
+  - c:\msys64\usr\bin\sh.exe -lc "pacman -Sy --noconfirm mingw-w64-x86_64-libwinpthread-git"
   - c:\msys64\usr\bin\sh.exe -lc "uname -a"
   - c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo"
   - c:\msys64\usr\bin\sh.exe -lc "cat /proc/meminfo"