Browse Source

get latest version of meson (needed for supporting new syntax used in our meson.build files)

sisyphus
Dustin Falgout 8 years ago
parent
commit
84aaacf9b9
  1. 1
      circle.yml

1
circle.yml

@ -15,6 +15,7 @@ dependencies:
- sudo apt-get update
# ignore the error during the installation
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true
- sudo pip install -U meson
test:
override:

Loading…
Cancel
Save