mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try caching vcpkg and switch back to HEAD of master
This commit is contained in:
parent
8f4c82dffd
commit
8066b853d7
|
@ -4,6 +4,9 @@ os: Visual Studio 2015
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- vcpkg -> .appveyor.yml
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- STATIC: OFF
|
- STATIC: OFF
|
||||||
|
@ -13,7 +16,6 @@ init: []
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/Microsoft/vcpkg
|
- git clone https://github.com/Microsoft/vcpkg
|
||||||
- cd vcpkg
|
- cd vcpkg
|
||||||
- git checkout 47b53b9015deaa2f569d788447254c8bc3de96a9
|
|
||||||
- mkdir downloads
|
- mkdir downloads
|
||||||
- type nul > downloads\AlwaysAllowDownloads
|
- type nul > downloads\AlwaysAllowDownloads
|
||||||
- powershell -exec bypass scripts\bootstrap.ps1
|
- powershell -exec bypass scripts\bootstrap.ps1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user