builder image
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-08-01 11:47:34 +02:00
parent 09aa0d5438
commit ba8e84a6dd
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -6,10 +6,8 @@ steps:
- make ci-version - make ci-version
- name: build - name: build
image: golang:1.26.3-alpine image: git.teletypegames.org/internal/ebitengine-builder:latest
commands: commands:
- apk add --no-cache zip make curl git
# The go.mod may point at a local ../inkwell checkout (see README);
# in CI clone the framework next to the workspace so it resolves. # in CI clone the framework next to the workspace so it resolves.
- if grep -q '=> \.\./inkwell' go.mod; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi - if grep -q '=> \.\./inkwell' go.mod; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
- make ci-export - make ci-export
+1 -1
View File
@@ -13,7 +13,7 @@ OUTPUT_JS = $(DIST_DIR)/wasm_exec.js
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
VERSION_FILE = .version VERSION_FILE = .version
INDEX_HTML_URL = https://git.teletype.hu/tools/ebitengine-tools/raw/branch/master/web/index.html INDEX_HTML_URL = https://git.teletypegames.org/tools/ebitengine-tools/raw/branch/master/web/index.html
all: build all: build