blob: 9ca46558ee454c8e11c58faace8cd504b7c902e6 [file] [log] [blame]
image: gcc
stages:
- test
before_script:
- apt update && apt -y install autoconf automake libtool libgudev-1.0-dev autoconf-archive
test:
stage: test
script:
- ./autogen.sh
- make
- make check
- make install