Appveyor: Restore working directory after test_script (#1835)

This commit is contained in:
Maribel 2016-05-21 16:11:55 +01:00
parent 4a8a43a5d4
commit 9b48c83735

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