Skip to content
Snippets Groups Projects
Verified Commit 3652d594 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#86] change job name to mac

parent 469a63c1
No related branches found
No related tags found
1 merge request!78Resolve "MacOS Support"
Pipeline #26353 failed
variables:
RUN:
value: "all"
description: "The tests that should run. Possible values: ubuntu, win, osx, all."
description: "The tests that should run. Possible values: ubuntu, win, mac, all."
GIT_DEPTH: 1
stages:
......@@ -51,10 +51,10 @@ build_win10_msvc:
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
build_osx_clang:
build_mac_clang:
only:
variables:
- $RUN =~ /\bosx.*/i || $RUN =~ /\ball.*/i
- $RUN =~ /\bmac.*/i || $RUN =~ /\ball.*/i
stage: build
tags:
- catalina-clang-cached
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment