]> jfr.im git - solanum.git/commitdiff
appveyor: use update-core --noconfirm
authorWilliam Pitcock <redacted>
Mon, 21 Mar 2016 01:32:06 +0000 (20:32 -0500)
committerWilliam Pitcock <redacted>
Mon, 21 Mar 2016 01:32:06 +0000 (20:32 -0500)
.appveyor.yml

index d98619a2cc2fd16d411c70269bb3046e1dd5b214..460e8b7b7f3d3368672acb7ebc1f530c6cd4f286 100644 (file)
@@ -1,7 +1,7 @@
 version: 3.6-dev_{build}
 clone_depth: 10
 install:
-  - c:\msys64\usr\bin\sh.exe -lc "update-core"
+  - c:\msys64\usr\bin\sh.exe -lc "update-core --noconfirm"
   - c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm"
   - c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
   - c:\msys64\usr\bin\sh.exe -lc "uname -a"