image: "rust:latest" build-job: stage: build image: ubuntu:22.04 needs: - job: tests-job - job: prepare-job artifacts: true script: - echo "======== BUILD JOB ========" - cargo build --release artifacts: paths: - target/release/nyxi-installer