ci: add Big Sur

This commit is contained in:
Nikolaus Demmel 2021-11-22 01:29:43 +01:00
parent 82a505d383
commit f7a18076f9
1 changed files with 9 additions and 16 deletions

View File

@ -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: