You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
711 B

machine:
timezone: America/Chicago
dependencies:
post:
- sudo apt-get update
- >
sudo apt-get install -y
libgtk-3-0
liblightdm-gobject-1-dev
libdbus-glib-1-dev
gnome-common
8 years ago
pip3
8 years ago
# 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
8 years ago
# ignore the error during the installation
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true
8 years ago
- sudo pip3 install -U meson
8 years ago
test:
override:
- cd build && meson --prefix=/usr ..
- cd build && ninja
- cd build && sudo ninja install