Explorar o código

Appveyor: Restore working directory after test_script (#1835)

Maribel %!s(int64=10) %!d(string=hai) anos
pai
achega
51ee2d2eb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      appveyor.yml

+ 1 - 1
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