4
0

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

This commit is contained in:
2025-12-06 14:34:49 +01:00
parent 985193b89f
commit 420dd71423

View File

@@ -3,11 +3,10 @@ environment:
steps:
- name: build_tic
image: alpine
image: tic80/tic80:latest
environment:
GAME_NAME: bombexpert
commands:
- apk add --no-cache bash curl wget xz
- wget -q https://tic80.com/bin/linux/tic80
- chmod +x tic80
- ./tic80 -build $GAME_NAME.lua $GAME_NAME.tic
- name: copy_files