Browse Source

update circle.yml

sisyphus
Dustin Falgout 8 years ago
parent
commit
fee500ac3e
  1. 3
      circle.yml

3
circle.yml

@ -10,12 +10,11 @@ dependencies:
liblightdm-gobject-1-dev
libdbus-glib-1-dev
gnome-common
meson
# use the repository from xenial to get libwebkit2gtk-4.0-dev
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
- sudo apt-get update
# ignore the error during the installation
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libwebkit2gtk-4.0-dev || true
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true
test:
override:

Loading…
Cancel
Save