Update .woodpecker/default.yml
Some checks failed
ci/woodpecker/push/default Pipeline failed

This commit is contained in:
nyosic 2025-04-04 13:22:46 +00:00
parent 483b1f092c
commit 37792f3477

View file

@ -13,6 +13,7 @@ steps:
- mkdir -p ~/.cache/woodpecker/cmake
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
- cmake --build build --target all
- ls build/
# Run tests
- cd build && ctest --output-on-failure