浏览代码

Attempting to get the tests detected and run.

Jared Mulconry 8 年之前
父节点
当前提交
fe79322959
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      appveyor.yml

+ 1 - 5
appveyor.yml

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