Skip to content
Snippets Groups Projects

Resolve "MacOS Support"

Merged Josch Morgenstern requested to merge 86-macos-support into develop
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
variables:
variables:
RUN:
RUN:
value: "all"
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
GIT_DEPTH: 1
stages:
stages:
@@ -51,10 +51,10 @@ build_win10_msvc:
@@ -51,10 +51,10 @@ build_win10_msvc:
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cmake --build .
build_osx_clang:
build_mac_clang:
only:
only:
variables:
variables:
- $RUN =~ /\bosx.*/i || $RUN =~ /\ball.*/i
- $RUN =~ /\bmac.*/i || $RUN =~ /\ball.*/i
stage: build
stage: build
tags:
tags:
- catalina-clang-cached
- catalina-clang-cached
Loading