From 57c465c67a12293a5d7133092b9c88c1a2dc202c Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 19 Jul 2021 16:07:17 +0200 Subject: [PATCH] test --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f57d3ee..34ec847 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ for: only: - image: Visual Studio 2017 build_script: - - sh: echo running on Windows! + - echo running on Windows! - matrix: only: @@ -28,3 +28,7 @@ for: - 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