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

This commit is contained in:
nyosic 2025-04-04 13:25:54 +00:00
parent 37792f3477
commit ffd4b0b732

View file

@ -13,14 +13,14 @@ steps:
- mkdir -p ~/.cache/woodpecker/cmake
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H.
- cmake --build build --target all
- ls build/
- ls -l build/main
# Run tests
- cd build && ctest --output-on-failure
# Create the release directory
- mkdir -p release
- cp build/main release/
- cp $(realpath build/main) release/
# Step 2: Cache Dependencies to Speed Up Builds
- name: cache