binary assets: win-x86/win-x64/linux-x64 targetek + binaries CI step, v1.0.1
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,13 @@ steps:
|
||||
- if grep -q '=> \.\./inkwell' go.mod; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
|
||||
- make ci-export
|
||||
|
||||
- name: binaries
|
||||
image: git.teletypegames.org/internal/ebitengine-builder:latest
|
||||
commands:
|
||||
# önálló futáshoz is: ha a framework még nincs odaklónozva, pótoljuk
|
||||
- if grep -q '=> \.\./inkwell' go.mod && [ ! -d ../inkwell ]; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
|
||||
- make ci-binaries
|
||||
|
||||
- name: artifact
|
||||
image: alpine
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user