ci: mojave
This commit is contained in:
parent
7a0dd6cb31
commit
39834556d2
|
@ -138,6 +138,14 @@ elcapitan-relwithdebinfo-compile:
|
||||||
variables:
|
variables:
|
||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
|
|
||||||
|
mojave-relwithdebinfo-compile:
|
||||||
|
<<: *compile_test_definition
|
||||||
|
tags: [macos, "10.14"]
|
||||||
|
# only:
|
||||||
|
# - master
|
||||||
|
variables:
|
||||||
|
BUILD_TYPE: RelWithDebInfo
|
||||||
|
|
||||||
# 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