+1
-2
@@ -6,9 +6,8 @@ steps:
|
|||||||
- make ci-version
|
- make ci-version
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:22-alpine
|
image: git.teletypegames.org/internal/phaser-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache zip make curl
|
|
||||||
- make ci-export
|
- make ci-export
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
|
|||||||
|
|
||||||
VERSION_FILE = .version
|
VERSION_FILE = .version
|
||||||
PHASER_JS_URL = https://cdn.jsdelivr.net/npm/phaser@$(PHASER_VERSION)/dist/phaser.min.js
|
PHASER_JS_URL = https://cdn.jsdelivr.net/npm/phaser@$(PHASER_VERSION)/dist/phaser.min.js
|
||||||
INDEX_HTML_URL = https://git.teletype.hu/tools/phaser-tools/raw/branch/master/web/index.html
|
INDEX_HTML_URL = https://git.teletypegames.org/tools/phaser-tools/raw/branch/master/web/index.html
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"title": "Phaser Demo",
|
"title": "Phaser Demo",
|
||||||
"author": "Teletype Games",
|
"author": "Teletype Games",
|
||||||
"desc": "It's a simple demo program in Phaser",
|
"desc": "It's a simple demo program in Phaser",
|
||||||
"site": "https://git.teletype.hu/games/phaserdemo",
|
"site": "https://git.teletypegames.org/games/phaserdemo",
|
||||||
"license": "MIT License",
|
"license": "MIT License",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user