Add .woodpecker/ci.yml
This commit is contained in:
parent
97653152dd
commit
18dbcf7c7b
12
.woodpecker/ci.yml
Normal file
12
.woodpecker/ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
#image: node:lts
|
||||||
|
image: node:18.20.2
|
||||||
|
commands:
|
||||||
|
- |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y libxkbfile-dev pkg-config libkrb5-dev libxss1 dbus xvfb libgtk-3-0 libgbm1
|
||||||
|
apt-get install -y ca-certificates curl gnupg python3 build-essential git
|
||||||
|
- yarn install
|
||||||
|
- yarn release
|
Reference in New Issue
Block a user