shithub: libopusenc

ref: f51c3aa431c2f0f8fccd8926628b5f330292489f
dir: /.gitlab-ci.yml/

View raw version
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