2022-12-07 21:59:01 +01:00
|
|
|
# .woodpecker.yml
|
|
|
|
platform: linux/arm64
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
build:
|
|
|
|
image: node:18-alpine
|
|
|
|
commands:
|
2022-12-07 22:02:21 +01:00
|
|
|
- apk add git
|
2022-12-07 22:26:43 +01:00
|
|
|
- git clone -b submodule https://jusax.de/git/jusax23/stear.git stear
|
2022-12-07 22:05:09 +01:00
|
|
|
- ls -l
|
2022-12-07 21:59:01 +01:00
|
|
|
- npm ci
|
|
|
|
- npm run build
|
|
|
|
- ls build
|