Files
olisp/.woodpecker/build.yaml
haxala1r 1461d982a9
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful
Change build workflow to only run on push and tag events
2025-12-27 18:21:19 +03:00

10 lines
230 B
YAML

steps:
- name: build-nix
image: nixos/nix:latest
when:
event: [tag, push]
commands:
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build
- ./result/bin/ollisp