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