ソースを参照

Attempting to get tests to run.

Jared Mulconry 8 年 前
コミット
3e80aabde5
1 ファイル変更2 行追加4 行削除
  1. 2 4
      appveyor.yml

+ 2 - 4
appveyor.yml

@@ -39,10 +39,8 @@ cache:
 after_build:
   - 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*
 
-test:
-  assemblies:
-    only:
-      - bin\%CONFIGURATION%\unit.exe
+test_script:
+  - cmd: bin\%CONFIGURATION%\unit.exe
   
 artifacts:
   - path: assimp.7z