From 02e0daa4ddbaedd6988a9915efe1f6c01b5697b5 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Fri, 23 Jun 2023 14:03:29 +0200 Subject: [PATCH] CI restore normal functioning --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 251b9083d36..bae3c5ae0ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab