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 bde2fab134
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Update .woodpecker/ci.yml
2024-05-07 11:45:11 +02:00

50 lines
1.0 KiB
YAML

steps:
build:
#image: node:lts
image: node:18.20.2
commands:
- |
apt-get update
apt-get install -y build-essential \
ca-certificates \
curl \
dbus \
g++ \
git \
gnupg \
jq \
libgbm1 \
libgtk-3-0 \
libkrb5-dev \
libsecret-1-dev \
libx11-dev \
libxkbfile-dev \
libxss1 \
pkg-config \
python-is-python3 \
python3 \
rsync \
xvfb
ca-certificates
curl
dbus
g++
git
gnupg
jq
libgbm1
libgtk-3-0
libkrb5-dev
libsecret-1-dev
libx11-dev
libxkbfile-dev
libxss1
pkg-config
python-is-python3
python3
rsync
xvfb
- yarn install
- yarn build
- export VERSION='0.0.0' && yarn build:vscode
- yarn release