--- include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml - https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml variables: ARCH: 'armhf' # Install packages .install-packages: &install-packages - apt update -qq - apt install -y git build armhf: extends: - .build-package-armhf script: - !reference [.build-zynthbox] - *install-packages - !reference [.build-package-armhf, script]