From b76cf9ac2e8a997e68ab293ba48ffced65a69ef9 Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Mon, 20 May 2024 14:56:13 +0200 Subject: [PATCH] update .woodpecker.yml --- .woodpecker.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index df32442..3ab4a22 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,15 @@ --- +labels: + hostname: ci-runner.server10.kruton.de + steps: build: image: chizeta/centos:8 pull: true + when: + branch: [main, dev] + event: [push, pull_request] commands: - source /opt/rh/gcc-toolset-9/enable - source /etc/profile.d/modules.sh @@ -20,6 +26,7 @@ steps: - cd .. - mkdir build-clang - cd build-clang - - CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE=on -DSCALAR_BUILD=on .. + - CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DSCALAR_BUILD=on .. - make -j2 - make test + - cat /woodpecker/src/git.f3l.de/chizeta/cnorxz/build-clang/Testing/Temporary/LastTest.log