diplonat/.woodpecker.yml
halfa 16660c1272
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Add missing nix update
2025-02-15 11:53:44 +01:00

26 lines
703 B
YAML

when:
event:
- push
- pull_request
- tag
- cron
- manual
steps:
- name: check formatting
image: nixpkgs/nix:nixos-24.11
environment:
NIX_PATH: 'nixpkgs=channel:nixos-24.11'
commands:
- nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check'
- name: build
image: nixpkgs/nix:nixos-24.11
commands:
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#debug.x86_64-linux.diplonat
- name: test
image: nixpkgs/nix:nixos-24.11
commands:
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
- ./result-bin/bin/diplonat-*