ref: 63ba465a1fd9df109f0cd25d244db4030305e51f
dir: /.gitlab-ci.yml/
default:
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc:9
autoconf:
stage: build
before_script:
- apt-get update &&
apt-get install -y libopus-dev zip doxygen graphviz
script:
- ./autogen.sh
- ./configure
- make
- make distcheck