Attempting to get tests to run.
authorJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 01:32:14 +0000 (12:32 +1100)
committerJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 01:32:14 +0000 (12:32 +1100)
appveyor.yml

index 380a8c5..5a7694a 100644 (file)
@@ -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