ref: 6134a84644a71ba6ad60c35b16c86693a20862bd
dir: /.gitlab-ci.yml/
# Image from https://hub.docker.com/_/gcc/ based on Debian image: gcc autotools: stage: build before_script: - apt-get update && apt-get install -y libopus-dev libogg-dev libssl-dev zip script: - ./autogen.sh - ./configure - make - make distcheck tags: - docker makefile: stage: build before_script: - apt-get update && apt-get install -y libopus-dev libogg-dev libssl-dev script: - make -C unix - make -C unix check tags: - docker