Skip to content

Commit

Permalink
Fix appveyor vcpkg cache directory
Browse files Browse the repository at this point in the history
vcpkg in manifest mode creates the vcpkg_installed directory in the build directory
  • Loading branch information
scribam committed Jul 27, 2024
1 parent a00fca9 commit dc6a590
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ os:

environment:
PATH: C:\Python311-x64\Scripts;C:\Python311-arm\Scripts;$(PATH)
VCPKG_BINARY_SOURCES: clear;files,C:\vcpkg.cache,readwrite
matrix:
- GENERATOR: "Visual Studio 16 2019"
PLATFORM: x64
Expand Down Expand Up @@ -65,8 +66,6 @@ before_build:
cmd: >-
py -m pip install nihtest
vcpkg install
mkdir build
cd build
Expand All @@ -90,4 +89,4 @@ test_script:
IF %RUN_TESTS%==yes ( ctest -C %CMAKE_CONFIG% --output-on-failure )
cache:
- c:\tools\vcpkg\installed\
- c:\vcpkg.cache -> vcpkg.json

0 comments on commit dc6a590

Please sign in to comment.