2020-06-30 05:11:06 +00:00
|
|
|
image:
|
|
|
|
- Visual Studio 2019
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
configuration:
|
|
|
|
- Release
|
|
|
|
install:
|
2022-01-14 09:31:28 +00:00
|
|
|
- git -C C:\Tools\vcpkg clean -dfq docs ports scripts toolsrc triplets versions
|
2020-09-05 23:13:04 +00:00
|
|
|
- git -C C:\Tools\vcpkg pull --force --quiet
|
2020-06-30 05:11:06 +00:00
|
|
|
- C:\Tools\vcpkg\bootstrap-vcpkg
|
2022-05-29 20:58:47 +00:00
|
|
|
- vcpkg --triplet x64-windows-release --recurse install ffmpeg libepoxy libpng libzip lua sdl2 sqlite3
|
2020-07-06 00:39:17 +00:00
|
|
|
- vcpkg --no-dry-run upgrade
|
|
|
|
- rd /Q /S C:\Tools\vcpkg\buildtrees
|
2020-06-30 05:11:06 +00:00
|
|
|
before_build:
|
2022-02-21 07:37:04 +00:00
|
|
|
- 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 -DCMAKE_CONFIGURATION_TYPES=Release
|
2020-06-30 05:11:06 +00:00
|
|
|
build:
|
|
|
|
parallel: true
|
|
|
|
project: mGBA.sln
|