added woodpecker ci cd files
ci/woodpecker/manual/build Pipeline is running

This commit is contained in:
2026-07-13 18:22:39 -05:00
parent 249a953d3c
commit 6a8abec015
+20
View File
@@ -0,0 +1,20 @@
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