Skip to content
Snippets Groups Projects

Resolve "MacOS Support"

Merged Josch Morgenstern requested to merge 86-macos-support into develop
1 file
+ 18
1
Compare changes
  • Side-by-side
  • Inline
+ 18
1
variables:
RUN:
value: "all"
description: "The tests that should run. Possible values: ubuntu, win, all."
description: "The tests that should run. Possible values: ubuntu, win, osx, all."
GIT_DEPTH: 1
stages:
@@ -51,6 +51,23 @@ build_win10_msvc:
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
build_osx_clang:
only:
variables:
- $RUN =~ /\bosx.*/i || $RUN =~ /\ball.*/i
stage: build
tags:
- osx-clang-cached
variables:
GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m
retry: 1
script:
- mkdir debug
- cd debug
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
deploy_doc_develop:
only:
variables:
Loading