remove deprecated definition in .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2024-02-02 20:31:50 +01:00
parent dc7137f400
commit 1a26f1407f

View file

@ -7,7 +7,7 @@ steps:
- source /opt/rh/gcc-toolset-9/enable
- mkdir build-gcc
- cd build-gcc
- cmake3 -DRUN_PIPELINE=on -DSCALAR_BUILD=on ..
- cmake3 -DSCALAR_BUILD=on ..
- make -j2
- make test
- cd ..