summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
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:
22 - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. 22 - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
23 - cd .. 23 - cd ..
24 24
25build:
26 project: build/citra.sln
27 parallel: true
28
25after_build: 29after_build:
26 # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder 30 # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder
27 - ps: > 31 - ps: >