blob: f38e5aebc75570970f0b7df4ee6f4693e7fde221 [file] [log] [blame]
image: gcc
stages:
- test
before_script:
- apt update && apt -y install autoconf automake libtool libgudev-1.0-dev autoconf-archive gtk-doc-tools libglib2.0-doc gobject-introspection libgirepository1.0-dev
test:
stage: test
script:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/usr --enable-gtk-doc --enable-introspection
- make
- make check
- make install
- make distcheck