add build directory creation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
945b01e662
commit
f64f50e17d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ pipeline:
|
||||||
image: barichello/godot-ci
|
image: barichello/godot-ci
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
- mkdir build
|
||||||
- godot --path src/ --export-debug "Linux/X11" ../build/frame_of_mind
|
- godot --path src/ --export-debug "Linux/X11" ../build/frame_of_mind
|
||||||
pack:
|
pack:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
Loading…
Reference in a new issue