image: "rust:latest" stages: - build build-job: stage: build artifacts: paths: - target/release/skyums-protocol script: - cargo build --release