Modify CI to actually run build
This commit is contained in:
parent
b78e6bb278
commit
2a51417b80
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: nixos/nix:latest
|
||||
commands:
|
||||
- nix-shell
|
||||
- cargo check
|
||||
- cargo build --release --target aarch64-unknown-linux-musl
|
||||
- nix-shell --run cargo build --release --target aarch64-unknown-linux-musl
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
|
|
Loading…
Add table
Reference in a new issue