Transition CI to Nix
Since I've already got the shell there anyways...
This commit is contained in:
parent
260c166ce9
commit
b78e6bb278
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue