From 9815bdd7df9fa2dab532af9b4918e6ea83bfdeb3 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 19 Jul 2021 16:08:31 +0200 Subject: [PATCH] error testing --- appveyor.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 34ec847..f5ec516 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,26 +9,8 @@ platform: x64 configuration: Release -for: -- - matrix: - only: - - image: Visual Studio 2017 - build_script: - - echo running on Windows! -- - matrix: - only: - - image: macos - build_script: - - sh: echo running on macos! -- - matrix: - only: - - image: macos - build_script: - - sh: echo running on Mac OS! build_script: - - echo ERROR - Empty default script was executed! \ No newline at end of file + - echo ERROR - Empty default script was executed! + - exit 1 \ No newline at end of file