From 9bd4ae77248658c367759969018dd902c0c431c6 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 19 Jul 2021 16:10:28 +0200 Subject: [PATCH] error fix --- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f5ec516..5dd65df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,25 @@ platform: x64 configuration: Release +for: +- + matrix: + only: + - image: Visual Studio 2017 + build_script: + - cmd: echo running on Windows! +- + matrix: + only: + - image: Ubuntu + build_script: + - sh: echo running on Ubuntu! +- + matrix: + only: + - image: macos + build_script: + - sh: echo running on Mac OS! build_script: