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:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: rust:bookworm
|
image: nixos/nix:latest
|
||||||
commands:
|
commands:
|
||||||
|
- nix-shell
|
||||||
- cargo check
|
- cargo check
|
||||||
- apt update && apt install -y lld
|
|
||||||
- cargo build --release --target aarch64-unknown-linux-musl
|
- cargo build --release --target aarch64-unknown-linux-musl
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
|
Loading…
Add table
Reference in a new issue