fix again .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2023-09-06 17:04:05 +02:00
parent 81a21120ed
commit 1eea0e8a3f

View file

@ -13,6 +13,6 @@ steps:
- cd ..
- mkdir build-clang
- cd build-clang
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE ..
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DRUN_PIPELINE=on ..
- make -j2
- make test