From 3b4ffbc1b694af759b76ce6dda0187cf7a1dda56 Mon Sep 17 00:00:00 2001 From: Jared Mulconry Date: Sun, 8 Oct 2017 19:16:03 +1100 Subject: [PATCH] Test failures are now getting properly reported. Turning off 'fast finish' to allow all tests to execute. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f008b3c..c343c0d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,9 +21,6 @@ platform: configuration: Release -matrix: - fast_finish: true - install: - set PATH=C:\Ruby24-x64\bin;%PATH% - set CMAKE_DEFINES -DASSIMP_WERROR=ON -- 2.7.4