mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
appveyor: don't install packages we already have
This commit is contained in:
parent
c167a8e146
commit
dbf326603a
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-gcc autoconf automake libtool bison flex make mingw-w64-x86_64-openssl"
|
- c:\msys64\usr\bin\sh.exe -lc "pacman -Sy 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