generated from pure_sagacity/rust-starter
removed the woodpecker because it took 5 mins :(
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user