--- image: debian:unstable stages: - build_release - package build: stage: build_release before_script: - apt update -qq - apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive script: - "./configure" - "autoreconf -i" - "make" package: stage: package # The files which are to be made available in GitLab artifacts: paths: - src/mbusd