From 9f13c937b34c8ce9eb235982eed68077c3fb0da5 Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Wed, 31 Jul 2024 13:41:26 +0300 Subject: [PATCH] [CI] Try adding a MacOS test --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1f3bd41..d111ce82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,9 +43,11 @@ test-valgrind: variables: UVG_TEST_VALGRIND: 1 -# TODO: If someone knows YAML better, there has to be some better way to -# concatenate stuff into the test-template script than just manually copy -# pasting +test-macos: + <<: *test-template + tags: + - macOS + #test-distcheck: # <<: *test-template # script: