From 3e80aabde5cc27b2d02249894423d5edac763dd4 Mon Sep 17 00:00:00 2001 From: Jared Mulconry Date: Sun, 8 Oct 2017 12:32:14 +1100 Subject: [PATCH] Attempting to get tests to run. --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 380a8c5..5a7694a 100644 --- a/appveyor.yml +++ b/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 -- 2.7.4