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:
+8
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user