Move to container based Travis
This commit is contained in:
parent
e394ffa15e
commit
7b3a1ddeaf
10
.travis.yml
10
.travis.yml
@ -1,6 +1,12 @@
|
|||||||
|
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
|
||||||
|
- autopoint
|
||||||
before_script: ./autogen.sh
|
before_script: ./autogen.sh
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user