ci: added workflow for building on debian, moved nix build to another file
All checks were successful
ci/woodpecker/push/build-nix Pipeline was successful
All checks were successful
ci/woodpecker/push/build-nix Pipeline was successful
This commit is contained in:
9
.woodpecker/build-nix.yaml
Normal file
9
.woodpecker/build-nix.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
steps:
|
||||
- name: build-nix
|
||||
image: nixos/nix:latest
|
||||
when:
|
||||
event: [tag, push, cron]
|
||||
commands:
|
||||
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build
|
||||
- ./result/bin/ollisp
|
||||
Reference in New Issue
Block a user