Move to container based Travis
This commit is contained in:
parent
258dcc8356
commit
a006498281
@ -1,6 +1,11 @@
|
||||
sudo: false
|
||||
language: c
|
||||
before_install: sudo apt-get update
|
||||
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libglib2.0-dev
|
||||
- gobject-introspection
|
||||
- gnome-common
|
||||
before_script: ./autogen.sh
|
||||
script:
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user