summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2016-03-20 14:58:24 +0000
committerMerryMage <MerryMage@users.noreply.github.com>2016-05-19 08:38:03 +0100
commita03f9b6fb6cdaf480737faf37b9c244f46cd1a85 (patch)
tree9f2ff1718289bc48de5d9c07fee1d3c54c3af58c /appveyor.yml
parent6f6af6928fdff8c807e4a4d03cfd8906e0c7c7cd (diff)
tests: Infrastructure for unit tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
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: >