Files
olisp/.woodpecker/debian.yaml
Emin Arslan 6e8e345388
All checks were successful
ci/woodpecker/push/debian Pipeline was successful
ci/woodpecker/push/fedora Pipeline was successful
ci/woodpecker/push/nix Pipeline was successful
ci: change the debian and fedora workflows to not ask for user input
2026-01-16 13:15:09 +03:00

13 lines
288 B
YAML

when:
event: [push, cron, pull_request, manual]
steps:
- name: Build on Debian
image: debian:13
pull: true
commands:
- apt update && apt full-upgrade -y
- apt install -y ocaml libfindlib-ocaml-dev ocaml-dune menhir
- dune build
- dune exec ollisp