This commit is contained in:
parent
8c17859a11
commit
cf03e29315
10 changed files with 243 additions and 4 deletions
|
@ -1,10 +1,15 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: node:22-slim
|
||||
image: node:22
|
||||
environment:
|
||||
PNPM_HOME: /var/woodpecker/pnpm
|
||||
PARCEL_WORKERS: 0
|
||||
commands:
|
||||
- apt-get install rustup
|
||||
- rustup update stable
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
- cargo binstall cargo-metadata
|
||||
- corepack enable
|
||||
- pnpm install
|
||||
- pnpm run build --no-cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue