ci: add catalina jobs

This commit is contained in:
Nikolaus Demmel 2020-06-24 12:21:17 +02:00
parent f039b3cc44
commit 2c07e1d660
1 changed files with 19 additions and 1 deletions

View File

@ -211,6 +211,24 @@ mojave-relwithdebinfo-compile:
variables:
BUILD_TYPE: CiRelWithDebInfo
catalina-relwithdebinfo-compile:
<<: *compile_test_definition
tags: [macos, "10.15"]
only:
- master
variables:
BUILD_TYPE: CiRelWithDebInfo
catalina-brewclang-relwithdebinfo-compile:
<<: *compile_test_definition
tags: [macos, "10.15"]
only:
- master
variables:
BUILD_TYPE: CiRelWithDebInfo
CC: /usr/local/opt/llvm/bin/clang
CXX: /usr/local/opt/llvm/bin/clang++
# check if clang-format would make any changes
clang-format:
tags:
@ -416,4 +434,4 @@ focal-repository-check:
<<: *repository_check_definition
variables:
GIT_STRATEGY: none
REPO_NAME: focal
REPO_NAME: focal