Files
olisp/.woodpecker/build-nix.yaml
Emin Arslan e60b447198
All checks were successful
ci/woodpecker/push/build-nix Pipeline was successful
ci: added workflow for building on debian, moved nix build to another file
2026-01-14 12:43:54 +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