From e94bad17fbeaf1f22ea5a43072fa4180ebab5437 Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Thu, 28 Dec 2023 23:14:07 +0100 Subject: [PATCH] ... and again... --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5e4561f..c80761c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: - source /opt/rh/gcc-toolset-9/enable - mkdir build-gcc - cd build-gcc - - cmake3 -DRUN_PIPELINE=on .. + - cmake3 -DRUN_PIPELINE=on -DSCALAR_BUILD=on .. - make -j2 - make test - cd ..