ci: add catalina jobs
This commit is contained in:
parent
f039b3cc44
commit
2c07e1d660
|
@ -211,6 +211,24 @@ mojave-relwithdebinfo-compile:
|
||||||
variables:
|
variables:
|
||||||
BUILD_TYPE: CiRelWithDebInfo
|
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
|
# check if clang-format would make any changes
|
||||||
clang-format:
|
clang-format:
|
||||||
tags:
|
tags:
|
||||||
|
@ -416,4 +434,4 @@ focal-repository-check:
|
||||||
<<: *repository_check_definition
|
<<: *repository_check_definition
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
REPO_NAME: focal
|
REPO_NAME: focal
|
||||||
|
|
Loading…
Reference in New Issue