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