提交 3d45d439 编写于 作者: J Joao Moreno

fix builds

上级 45a2bc7e
......@@ -45,16 +45,16 @@ phases:
- phase: Linux
queue: Hosted Linux Preview
steps:
# - script: |
# set -e
# apt-get update
# apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libxss1 libgconf-2-4 dbus xvfb libgtk-3-0
# cp build/tfs/linux/x64/xvfb.init /etc/init.d/xvfb
# chmod +x /etc/init.d/xvfb
# update-rc.d xvfb defaults
# ln -sf /bin/dbus-daemon /usr/bin/dbus-daemon
# service xvfb start
# service dbus start
- script: |
set -e
apt-get update
apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libxss1 libgconf-2-4 dbus xvfb libgtk-3-0
cp build/tfs/linux/x64/xvfb.init /etc/init.d/xvfb
chmod +x /etc/init.d/xvfb
update-rc.d xvfb defaults
ln -sf /bin/dbus-daemon /usr/bin/dbus-daemon
service xvfb start
service dbus start
- task: NodeTool@0
inputs:
versionSpec: "8.9.1"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册