소스 검색

Paths aren't what I expected for the test directory. Trying something else, with a testing call to dir to help track it down.

Jared Mulconry 8 년 전
부모
커밋
d3de8dbf5f
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      appveyor.yml

+ 3 - 2
appveyor.yml

@@ -42,12 +42,13 @@ after_build:
   - 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*
   
 before_test:
-  - xcopy /s "%APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\" "%APPVEYOR_BUILD_FOLDER%\test\%CONFIGURATION%\"
+  - dir "%APPVEYOR_BUILD_FOLDER%\bin"
+  - xcopy /s "%APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%" "%APPVEYOR_BUILD_FOLDER%\bin\test\%CONFIGURATION%"
 
 test:
   assemblies:
     only:
-      - test\%CONFIGURATION%\unit.exe
+      - bin\test\%CONFIGURATION%\unit.exe
   
 artifacts:
   - path: assimp.7z