Merge pull request #487 from jpcima/vcpkg-fast
Do not force a vcpkg update
This commit is contained in:
commit
7e0d964606
1 changed files with 4 additions and 4 deletions
|
|
@ -12,10 +12,10 @@ install:
|
|||
- cmd: set PATH=C:\Program Files (x86)\Inno Setup 6;%PATH%
|
||||
- cmd: if %platform%==Win32 set VCPKG_TRIPLET=x86-windows-static
|
||||
- cmd: if %platform%==x64 set VCPKG_TRIPLET=x64-windows-static
|
||||
- cmd: cd c:\tools\vcpkg\
|
||||
- cmd: git pull
|
||||
- cmd: .\bootstrap-vcpkg.bat
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
# - cmd: cd c:\tools\vcpkg\
|
||||
# - cmd: git pull
|
||||
# - cmd: .\bootstrap-vcpkg.bat
|
||||
# - cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
- cmd: vcpkg install libsndfile:%VCPKG_TRIPLET%
|
||||
|
||||
before_build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue