From 044535965c106a4169f9b9efdd177c7d5108df5b Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 19 Jul 2021 16:03:10 +0200 Subject: [PATCH] test --- appveyor.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4bcfb21..26451a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,9 +13,16 @@ for: - matrix: only: - - image: Ubuntu + - image: Visual Studio 2017 build_script: - - sh: echo running on Ubuntu! - -build_script: - - echo running! \ No newline at end of file + - sh: 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!