image: ubuntu/lts packages: - curl - libssl-dev - pkg-config sources: - https://git.sr.ht/~boringcactus/gemifedi tasks: - build: | curl https://sh.rustup.rs -sSf | sh -s -- --quiet -y source $HOME/.cargo/env cd gemifedi cargo test cargo build --release artifacts: - gemifedi/target/release/gemifedi