mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
appveyor: provide git for build
This commit is contained in:
parent
6e2ed9da91
commit
a9dbc61d7e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +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 --noconfirm git"
|
||||||
- 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"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "cat /proc/meminfo"
|
- c:\msys64\usr\bin\sh.exe -lc "cat /proc/meminfo"
|
||||||
|
|
Loading…
Reference in a new issue