Add native binary export step to the pipeline
ci/woodpecker/push/woodpecker Pipeline was successful

Sync Makefile and .woodpecker.yml from tic80-tools: the binaries step
exports self-contained win/linux/mac players with the cart baked in
and uploads them as release assets. Keeps the impostor-specific
PATTERNS/TRACKS asset-export lines.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 23:08:24 +02:00
co-authored by Claude Fable 5
parent 32407d85bf
commit 4404e5d389
2 changed files with 55 additions and 2 deletions
+8 -1
View File
@@ -31,12 +31,19 @@ steps:
- 'make ci-docs'
- name: export
image: git.teletype.hu/internal/tic80pro:latest
image: git.teletypegames.org/internal/tic80pro:latest
environment:
XDG_RUNTIME_DIR: /tmp
commands:
- 'make ci-export'
- name: binaries
image: git.teletypegames.org/internal/tic80pro:latest
environment:
XDG_RUNTIME_DIR: /tmp
commands:
- 'make ci-binaries'
- name: artifact
image: alpine
environment: