mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Add '.woodpecker.yml'
This commit is contained in:
parent
3a2be046a6
commit
c6d7beb7c7
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: docker.io/node:18-alpine
|
||||
commands:
|
||||
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||
- npm i
|
||||
- npm run build
|
Loading…
Reference in a new issue