update .woodpecker.yml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2024-05-20 17:36:00 +02:00
parent 9dfa9d3487
commit 52338fcc25

View file

@ -27,6 +27,4 @@ steps:
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DSCALAR_BUILD=on ..
- make -j2
- cd ../build-gcc
- make test
- cd ../build-clang
- make test
- make test && cd ../build-clang && make test