فهرست منبع

Appveyor: Restore working directory after test_script (#1835)

Maribel 10 سال پیش
والد
کامیت
51ee2d2eb1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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