AppVeyor: So very, very tired

This commit is contained in:
Vicki Pfau 2022-02-11 19:44:57 -08:00
parent 13dee91ecc
commit 6b48b53356
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install:
- vcpkg --no-dry-run upgrade
- rd /Q /S C:\Tools\vcpkg\buildtrees
before_build:
- cmake . -DCMAKE_PREFIX_PATH=C:\Qt\5.15\msvc2019_64 -DCMAKE_TOOLCHAIN_FILE=C:\Tools\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-release --config Release
- cmake . -DCMAKE_PREFIX_PATH=C:\Qt\5.15\msvc2019_64 -DCMAKE_TOOLCHAIN_FILE=C:\Tools\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-release -DBUILD_UPDATER=OFF
build:
parallel: true
project: mGBA.sln