variables: GIT_DEPTH: 1 # Is performed before the scripts in the stages step before_script: - source /etc/profile # Defines stages which are to be executed stages: - test # Stage "build" build-jessie: image: debian:jessie stage: test script: - apt-get update -qy - apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev unzip wget squashfs-tools openssh-client - make rebuild-squashfs # The files which are to be made available in GitLab artifacts: paths: - live/Clonezilla-Live-Version - live/filesystem.squashfs - live/initrd.img - live/squashfs-root - live/vmlinuz