image: name: debian:stretch # Defines stages which are to be executed stages: - build # - deploy # Is performed before the scripts in the stages step before_script: - apt-get update - apt-get -y install apt-utils figlet build-essential devscripts debhelper # Stage "buildcalamares" run-build: stage: build script: - figlet BUILD - cd packages/calamares-settings-hamara/ - dpkg-buildpackage -us -uc artifacts: name: "calamares" untracked: true expire_in: 2 weeks