Updated woodpecker config to use the electronuserland/builder image to build the app
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
da8dca561b
commit
fb0b231cfc
@ -3,7 +3,14 @@ workspace:
|
||||
path: app
|
||||
|
||||
pipeline:
|
||||
build_linux:
|
||||
build:
|
||||
image: node:16
|
||||
commands:
|
||||
- apt update && apt install -y ruby ruby-dev && gem install sass
|
||||
- npm install
|
||||
- npm run grunt
|
||||
|
||||
package_linux:
|
||||
image: electronuserland/builder:16
|
||||
commands:
|
||||
- npm install
|
||||
|
Loading…
Reference in New Issue
Block a user