all repos — mgba @ 8cdd8497ba6f7ac6ded3b8842fe31824eff34863

mGBA Game Boy Advance Emulator

AppVeyor: Add test
Vicki Pfau vi@endrift.com
Mon, 29 Jun 2020 22:11:06 -0700
commit

8cdd8497ba6f7ac6ded3b8842fe31824eff34863

parent

a42c6aa1f63115ec1851868c5390039ffd55d089

1 files changed, 17 insertions(+), 0 deletions(-)

jump to
A .appveyor.yml

@@ -0,0 +1,17 @@

+image: +- Visual Studio 2019 +platform: +- x64 +configuration: +- Release +cache: +- C:\Tools\vcpkg +install: +- git -C C:\Tools\vcpkg pull --quiet +- C:\Tools\vcpkg\bootstrap-vcpkg +- vcpkg --triplet x64-windows install ffmpeg libepoxy libpng libzip sdl2 sqlite3 +before_build: +- cmake . -DCMAKE_PREFIX_PATH=C:\Qt\5.12\msvc2017_64 -DCMAKE_TOOLCHAIN_FILE=C:\Tools\vcpkg\scripts\buildsystems\vcpkg.cmake +build: + parallel: true + project: mGBA.sln