image: debian:buster stages: - build before_script: - apt-get -y update - apt-get -y build-dep . build_meson: stage: build tags: - librem5 script: - meson . _build/ -Ddepdatadir=/usr/share - ninja -C _build install