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

This commit is contained in:
2026-07-31 19:46:07 +02:00
parent 11d405ac70
commit b2f9bb086e
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ steps:
- make ci-version - make ci-version
- name: build - name: build
image: golang:1.25.6-alpine image: git.teletypegames.org/internal/ebitengine-builder:latest
commands: commands:
- apk add --no-cache zip make curl
- make ci-export - make ci-export
- name: artifact - name: artifact
+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
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "Ebitengine Demo", "title": "Ebitengine Demo",
"author": "Teletype Games", "author": "Teletype Games",
"desc": "It's a simple demo program in Ebitengine", "desc": "It's a simple demo program in Ebitengine",
"site": "https://git.teletype.hu/games/ebitenginedemo", "site": "https://git.teletypegames.org/games/ebitenginedemo",
"license": "MIT License", "license": "MIT License",
"version": "1.0.0" "version": "1.0.0"
} }