ci: mojave

This commit is contained in:
Nikolaus Demmel 2019-05-18 13:00:51 +02:00
parent 7a0dd6cb31
commit 39834556d2
1 changed files with 8 additions and 0 deletions

View File

@ -138,6 +138,14 @@ elcapitan-relwithdebinfo-compile:
variables:
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
clang-format:
tags: