Skip to content

Commit

Permalink
appveyorのvcpkgが古い対策
Browse files Browse the repository at this point in the history
マニフェストモードに対応したバージョンを入れる
  • Loading branch information
berryzplus committed Jun 19, 2024
1 parent f1cce9d commit e7c38b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "tests/googletest"]
path = tests/googletest
url = https://github.com/google/googletest.git
[submodule "tools/vcpkg"]
path = tools/vcpkg
url = https://github.com/Microsoft/vcpkg.git
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ install:
py.exe -m pip install openpyxl --user
cup innosetup
C:\ProgramData\chocolatey\tools\shimgen.exe --output=C:\ProgramData\chocolatey\bin\ISCC.exe --path="C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
git submodule init
git submodule update
chcp 65001
vcpkg.exe integrate install
.\tools\vcpkg\bootstrap-vcpkg.bat
.\tools\vcpkg\vcpkg.exe integrate install
set VCPKG_INSTALLATION_ROOT=%APPVEYOR_BUILD_FOLDER%\tools\vcpkg
# to run our custom scripts instead of automatic MSBuild
build_script:
Expand Down
1 change: 1 addition & 0 deletions tools/vcpkg
Submodule vcpkg added at 1e8122

0 comments on commit e7c38b5

Please sign in to comment.