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

This commit is contained in:
2026-07-31 19:45:21 +02:00
parent 64b2f479e0
commit a577350151
3 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -6,12 +6,8 @@ steps:
- make ci-version
- name: build
image: rust:1-alpine
image: git.teletypegames.org/internal/bevy-builder:latest
commands:
- apk add --no-cache musl-dev zip make curl
- rustup target add wasm32-unknown-unknown
- WB=$(grep -o 'WASM_BINDGEN_VERSION *= *[0-9.]*' Makefile | grep -o '[0-9.]*$')
- curl -sSL "https://github.com/rustwasm/wasm-bindgen/releases/download/$${WB}/wasm-bindgen-$${WB}-x86_64-unknown-linux-musl.tar.gz" | tar xz -C /usr/local/bin --strip-components=1
- make ci-export
- name: upload
+1 -1
View File
@@ -15,7 +15,7 @@ WASM_RELEASE = target/$(WASM_TARGET)/release/$(PROJECT).wasm
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
VERSION_FILE = .version
INDEX_HTML_URL = https://git.teletype.hu/tools/bevy-tools/raw/branch/master/web/index.html
INDEX_HTML_URL = https://git.teletypegames.org/tools/bevy-tools/raw/branch/master/web/index.html
all: build
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "Bevy Demo",
"author": "Teletype Games",
"desc": "It's a simple demo program in Bevy",
"site": "https://git.teletype.hu/games/bevydemo",
"site": "https://git.teletypegames.org/games/bevydemo",
"license": "MIT License",
"version": "1.0.0"
}