From 844ef8838cb76d8597aaaa1865070c4dd965f617 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 19 Jul 2021 15:57:47 +0200 Subject: [PATCH] test --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9a0795c..4bcfb21 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,13 @@ platform: x64 configuration: Release +for: +- + matrix: + only: + - image: Ubuntu + build_script: + - sh: echo running on Ubuntu! build_script: - echo running! \ No newline at end of file