From 51ee2d2eb1ff41a39fb3779f3ffa11979ee15e26 Mon Sep 17 00:00:00 2001 From: Maribel Date: Sat, 21 May 2016 16:11:55 +0100 Subject: [PATCH] Appveyor: Restore working directory after test_script (#1835) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b2b0ae28be..fa4134384a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ build: parallel: true test_script: - - cd build && ctest -VV -C Release + - cd build && ctest -VV -C Release && cd .. on_success: # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder