From 39834556d2e83406b5ee3be4f85b05044908a418 Mon Sep 17 00:00:00 2001 From: Nikolaus Demmel Date: Sat, 18 May 2019 13:00:51 +0200 Subject: [PATCH] ci: mojave --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0301c55..302635b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: