diplonat/.woodpecker.yml

27 lines
703 B
YAML
Raw Permalink Normal View History

2024-03-20 16:45:09 +00:00
when:
event:
- push
- pull_request
- tag
- cron
- manual
2022-12-01 16:38:04 +00:00
steps:
2022-12-02 11:36:55 +00:00
- name: check formatting
image: nixpkgs/nix:nixos-22.05
environment:
NIX_PATH: 'nixpkgs=channel:nixos-22.05'
commands:
- nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check'
2022-12-01 16:38:04 +00:00
- name: build
image: nixpkgs/nix:nixos-22.05
commands:
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#debug.x86_64-linux.diplonat
- name: test
image: nixpkgs/nix:nixos-22.05
commands:
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
- ./result-bin/bin/diplonat-*