Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/.woodpecker/ci.yml
OCram85 243a4d459c
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Update .woodpecker/ci.yml
2024-05-07 11:05:04 +02:00

13 lines
410 B
YAML

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 rsync
- yarn install
- yarn build
- export VERSION='0.0.0' && yarn build:vscode
- yarn release