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: