Change workflow to create a build directory
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
2025-09-30 20:20:32 +03:00
committed by Emin Arslan
parent 48a5bf6ee5
commit c25197bab3

View File

@@ -7,7 +7,7 @@ steps:
image: gcc:latest
commands: # we probably shouldn't install cmake every time
- apt update && apt install -y cmake
- cd build
- mkdir -p build/ && cd build
- cmake ..
- make
- name: test