Browse Source

...

sisyphus
Dustin Falgout 8 years ago
parent
commit
5abf0519f6
  1. 4
      circle.yml

4
circle.yml

@ -15,8 +15,8 @@ dependencies:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ xenial main universe" - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"
- sudo apt-get update - sudo apt-get update
# ignore the error during the installation # ignore the error during the installation
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libwebkit2gtk-4.0-dev || true
- sudo pip3 install -U meson - sudo pip3 install meson
test: test:
override: override:

Loading…
Cancel
Save