Skip to content

Commit

Permalink
Merge pull request #390 from treefrogframework/appvayor3
Browse files Browse the repository at this point in the history
Fix error of AppVayor CI
  • Loading branch information
treefrogframework authored Nov 23, 2023
2 parents 88e8cd9 + d841997 commit a12d69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ init:
install:
- cd C:\Tools\vcpkg
- git pull
- git switch --detach tags/2022.07.25
- git switch --detach tags/2023.11.20
- .\bootstrap-vcpkg.bat
- vcpkg integrate install
- cd %APPVEYOR_BUILD_FOLDER%
Expand All @@ -63,7 +63,7 @@ build: off
# to run your custom scripts instead of automatic MSBuild
build_script:
- cmd: call "%INIT_BAT%" %VCVARARG%
- cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x86-windows\tools;%PATH%
- cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x64-windows\tools;C:\tools\vcpkg\installed\x86-windows\tools;%PATH%
- cmd: echo %PATH%
- cmd: set CL=/MP
- cmd: configure.bat --enable-debug
Expand Down

0 comments on commit a12d69c

Please sign in to comment.