12 lines
No EOL
250 B
YAML
12 lines
No EOL
250 B
YAML
# .woodpecker.yml
|
|
platform: linux/arm64
|
|
|
|
pipeline:
|
|
build:
|
|
image: node:18-alpine
|
|
commands:
|
|
- apk add git
|
|
- git clone -b submodule https://jusax.de/git/jusax23/stear.git stear
|
|
- npm ci
|
|
- npm run build
|
|
- ls build |