Appveyor: Restore working directory after test_script

This commit is contained in:
Maribel 2016-05-21 15:25:55 +01:00
parent 5edff287b6
commit d59621223b

View File

@ -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