Files
olisp/.woodpecker/build.yaml
Emin Arslan 67bd37eaa2
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/build-nix Pipeline was successful
ci: add menhir to the debian build workflow
2026-01-14 21:22:25 +03:00

11 lines
270 B
YAML

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