Transition CI to Nix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-check (push) Successful in 2m3s
Basic Cargo Checks / docker-build (push) Successful in 2m19s

Since I've already got the shell there anyways...
This commit is contained in:
Blizzard Finnegan 2023-06-22 07:43:28 -04:00
parent 260c166ce9
commit b78e6bb278
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -1,9 +1,9 @@
pipeline:
build:
image: rust:bookworm
image: nixos/nix:latest
commands:
- nix-shell
- cargo check
- apt update && apt install -y lld
- cargo build --release --target aarch64-unknown-linux-musl
publish:
image: woodpeckerci/plugin-gitea-release