Browse Source

Appveyor: Restore working directory after test_script (#1835)

nce_cpp
Maribel 10 years ago
parent
commit
b7a0f11308
  1. 2
      appveyor.yml

2
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

Loading…
Cancel
Save