.woodpecker.yml: try fix
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2024-05-19 00:00:55 +02:00
parent e65569b25b
commit 27cc11773d

View file

@ -16,6 +16,7 @@ steps:
- cmake3 -DSCALAR_BUILD=on .. - cmake3 -DSCALAR_BUILD=on ..
- make -j2 - make -j2
- make test - make test
- cat /woodpecker/src/git.f3l.de/chizeta/cnorxz/build-gcc/Testing/Temporary/LastTest.log
- cd .. - cd ..
- mkdir build-clang - mkdir build-clang
- cd build-clang - cd build-clang