Files
olisp/.woodpecker/build.yaml
haxala1r d401548d1d
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful
Change the build workflow to run on cron activations as well
2025-12-28 21:32:48 +03:00

10 lines
236 B
YAML

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