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:
|
||||||
|
|
Loading…
Reference in New Issue