From a03f9b6fb6cdaf480737faf37b9c244f46cd1a85 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 20 Mar 2016 14:58:24 +0000 Subject: tests: Infrastructure for unit tests --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1edd7041f..e825ff85d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,10 @@ before_build: - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. - cd .. +build: + project: build/citra.sln + parallel: true + after_build: # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder - ps: > -- cgit v1.2.3