nyxi-installer/.gitlab-ci.yml
Aaron Honeycutt 62f1c96f5b testing ci
2025-04-23 19:02:56 -06:00

15 lines
286 B
YAML

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