diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml deleted file mode 100644 index 73b5e67..0000000 --- a/.woodpecker/build.yaml +++ /dev/null @@ -1,20 +0,0 @@ -kind: pipeline -name: rust-nix-ci - -steps: - - name: build-and-test - image: nixos/nix:latest - commands: - - mkdir -p ~/.config/nix - - echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf - - - nix build . - - - nix develop --no-pure-eval . -c cargo test - -trigger: - branch: - - main - event: - - push - - pull_request