Skip to content
Snippets Groups Projects
Commit daed2247 authored by Benedikt Conze's avatar Benedikt Conze
Browse files

Disable mac pipeline because the runner is stale and the output was reported...

Disable mac pipeline because the runner is stale and the output was reported to  not work on modern OS versions anyway
parent c7da8d32
Branches
Tags
1 merge request!45Merge branch 'release/v1.2.0' into 'master'
......@@ -107,7 +107,8 @@ build:linux:gcc-12:
- DYNAMITE_CI_CONFIGURATION: [Debug, Release]
# Mac
build:mac:clang:
# Disabled because the runner is stale and the output was reported to not run with modern OS version anyway
.build:mac:clang:
extends: .build:base
variables:
DYNAMITE_CI_CXX_COMPILER: "clang++"
......@@ -176,12 +177,12 @@ test:linux:gcc-12:release:
needs: [ "build:linux:clang-15:libcpp: [Release]" ]
# Mac
test:mac:clang:debug:
.test:mac:clang:debug:
extends: .test:base
needs: [ "build:mac:clang: [Debug]" ]
variables:
DYNAMITE_CI_PLATFORM: mac
test:mac:clang:release:
.test:mac:clang:release:
extends: .test:base
needs: [ "build:mac:clang: [Release]" ]
variables:
......@@ -288,7 +289,7 @@ deploy:windows:
DYNAMITE_CI_PLATFORM: linux
# Mac
deploy:mac:
.deploy:mac:
extends: .deploy:base
script:
- mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment