From f7a18076f97ef17d7be347fd01bdc811cfb0bb66 Mon Sep 17 00:00:00 2001 From: Nikolaus Demmel Date: Mon, 22 Nov 2021 01:29:43 +0100 Subject: [PATCH] ci: add Big Sur --- .gitlab-ci.yml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d718d03..9802fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,22 +193,6 @@ focal-relwithdebinfo-compile: only: - master -# elcapitan-relwithdebinfo-compile: -# <<: *compile_test_definition -# tags: [macos, "10.11"] -# only: -# - master -# variables: -# BUILD_TYPE: CiRelWithDebInfo - -# mojave-relwithdebinfo-compile: -# <<: *compile_test_definition -# tags: [macos, "10.14"] -# only: -# - master -# variables: -# BUILD_TYPE: CiRelWithDebInfo - catalina-relwithdebinfo-compile: <<: *compile_test_definition tags: [macos, "10.15"] @@ -227,6 +211,15 @@ catalina-brewclang-relwithdebinfo-compile: CC: /usr/local/opt/llvm/bin/clang CXX: /usr/local/opt/llvm/bin/clang++ +bigsur-relwithdebinfo-compile: + <<: *compile_test_definition + tags: [macos, "11"] + only: +# - master + variables: + BUILD_TYPE: CiRelWithDebInfo + + # check if clang-format would make any changes clang-format: tags: