4
0

pipeline fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-06 15:56:04 +01:00
parent ae7a8921a0
commit e34375f05e

View File

@@ -7,8 +7,10 @@ steps:
image: rastasi/tic80pro:latest image: rastasi/tic80pro:latest
environment: environment:
GAME_NAME: bombexpert GAME_NAME: bombexpert
GAME_LANG: lua
XDG_RUNTIME_DIR: /tmp
commands: commands:
- tic80 -build $GAME_NAME.$GAME_LANG $GAME_NAME.tic - tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & export $GAME_NAME.tic & exit"
- name: artifact - name: artifact
image: alpine image: alpine