4
0

replace custom build command to make
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-10 22:38:18 +01:00
parent 9dfbdcd052
commit 9b244d2e4e

View File

@@ -10,7 +10,7 @@ steps:
XDG_RUNTIME_DIR: /tmp XDG_RUNTIME_DIR: /tmp
commands: commands:
- make build PROJECT=$GAME_NAME - make build PROJECT=$GAME_NAME
- tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & export html $GAME_NAME.html & exit" - make export PROJECT=$GAME_NAME
- name: artifact - name: artifact
image: alpine image: alpine