aboutsummaryrefslogblamecommitdiff
path: root/.woodpecker.yml
blob: 3b2096c9b98bf73fe56fbdc5e99bbf5df07693a6 (plain) (tree)
1
2
3
4
5
6
7
8
9

        



                
          

      





                                                                  










                                                                                                                            
when:
  event:
  - push
  - pull_request
  - tag
  - cron
  - manual

steps:
  - 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'

  - name: build
    image: nixpkgs/nix:nixos-22.05
    commands:
      - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#debug.x86_64-linux.tricot

  - name: test
    image: nixpkgs/nix:nixos-22.05
    commands:
      - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.tricot
      - ./result-bin/bin/tricot-*