From eba449fea54fac4c6b7e529c00b65a6f6814ec20 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 19 Jul 2021 16:14:48 +0200 Subject: [PATCH] test --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5dd65df..6412d73 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,18 +14,24 @@ for: matrix: only: - image: Visual Studio 2017 + install: + - cmd: echo installing on Windows! build_script: - - cmd: echo running on Windows! + - cmd: echo building on Windows! - matrix: only: - image: Ubuntu + install: + - sh: echo installing on Ubuntu! build_script: - sh: echo running on Ubuntu! - matrix: only: - image: macos + install: + - sh: echo installing on Mac OS! build_script: - sh: echo running on Mac OS!