Files
olisp/.woodpecker/build.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

11 lines
257 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 libfind-ocaml-dev libcontainers-ocaml-dev ocaml-dune
- dune build