appveyor: pacman --noconfirm i guess
This commit is contained in:
parent
dbf326603a
commit
b7029c8a6c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: 3.6-dev_{build}
|
version: 3.6-dev_{build}
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
install:
|
install:
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "pacman -Sy mingw-w64-x86_64-openssl"
|
- c:\msys64\usr\bin\sh.exe -lc "pacman -S --noconfirm mingw-w64-x86_64-openssl"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
|
- c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "uname -a"
|
- 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/cpuinfo"
|
||||||
|
|
Loading…
Reference in a new issue