Skip to content
Snippets Groups Projects
Commit 02e0daa4 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI restore normal functioning

parent 52a2dee1
Branches
Tags
1 merge request!1718Webdoc: Repair display of figures and scripts; was broken by CMake idiosyncrasy
Pipeline #103471 passed
......@@ -6,8 +6,8 @@ variables:
GIT_DEPTH: "1"
native_Debian_clang:
# tags: &native
# - Debian
tags: &native
- Debian
before_script: &debian_clang
- pwd
- export CC=gcc; export CXX=g++
......@@ -35,8 +35,8 @@ native_Debian_clang:
expire_in: 10 days
versiondocs:
# rules:
# - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
rules:
- if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
tags:
- www
before_script: *debian_clang
......@@ -52,8 +52,8 @@ versiondocs:
- cp -r ../hugo/public ~www/ba/git-main/hugo-public
mac_x64:
# tags:
# - mac_x64
tags:
- mac_x64
stage: build
before_script:
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
......@@ -77,8 +77,8 @@ mac_x64:
expire_in: 10 days
mac_arm:
# tags:
# - mac_arm
tags:
- mac_arm
stage: build
before_script:
- QTDIR="/opt/homebrew/opt/qt"
......@@ -92,8 +92,8 @@ mac_arm:
# C:\GitLab-Runner\gitlab-runner.exe exec shell --shell pwsh --builds-dir <gitlab build-dir> <job-name>
windows:
# tags:
# - Windows
tags:
- Windows
stage: build
cache:
# key: build-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment