This commit is contained in:
parent
d2576171c2
commit
bde2fab134
@ -5,9 +5,45 @@ steps:
|
||||
commands:
|
||||
- |
|
||||
apt-get update
|
||||
apt-get install -y build-essential g++ libx11-dev libxkbfile-dev libsecret-1-dev libkrb5-dev python-is-python3
|
||||
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
|
||||
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
|
||||
|
Reference in New Issue
Block a user