add build directory creation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nek0 2022-12-18 19:00:31 +01:00
parent 945b01e662
commit f64f50e17d

View file

@ -3,6 +3,7 @@ pipeline:
image: barichello/godot-ci
pull: true
commands:
- mkdir build
- godot --path src/ --export-debug "Linux/X11" ../build/frame_of_mind
pack:
image: alpine