swe-glib/.travis.yml

4 lines
150 B
YAML

language: c
install: sudo apt-get install libglib2.0-dev gobject-introspection gnome-common && ./autogen.sh
script: ./configure && make && make check