Skip to content

Commit

Permalink
Correctly pin appveyor vcpkg test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed Jan 16, 2023
1 parent 3f1a03b commit 0a20570
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ for:
if "%appveyor_build_worker_image%"=="Visual Studio 2015" (set generator="Visual Studio 14 2015" %architecture%)
install:
- |-
git clone --depth 1 --branch 2023.01.09 https://github.com/microsoft/vcpkg.git "$HOME/vcpkg"
pushd C:\Tools\vcpkg
git fetch --tags && git checkout 2023.01.09
popd
C:\Tools\vcpkg\bootstrap-vcpkg.bat -disableMetrics
C:\Tools\vcpkg\vcpkg integrate install
vcpkg install sqlite3:%platform%-windows
Expand All @@ -123,7 +125,9 @@ for:
# using custom vcpkg triplets for building and linking dynamic dependent libraries
install:
- |-
git clone --depth 1 --branch 2023.01.09 https://github.com/microsoft/vcpkg.git $HOME/vcpkg
pushd $HOME/vcpkg
git fetch --tags && git checkout 2023.01.09
popd
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
vcpkg install sqlite3 --overlay-triplets=vcpkg/triplets
Expand Down

0 comments on commit 0a20570

Please sign in to comment.