From f64f50e17d130d1a00bd6083a64bf0d56aab0505 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 18 Dec 2022 19:00:31 +0100 Subject: [PATCH] add build directory creation --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index ea5b8f8..04d989b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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