Files
olisp/.woodpecker/fedora.yaml
Emin Arslan aeb8e89526
All checks were successful
ci/woodpecker/push/debian Pipeline was successful
ci/woodpecker/push/build-nix Pipeline was successful
ci/woodpecker/push/fedora Pipeline was successful
ci: rename the debian workflow, add fedora workflow
2026-01-14 21:46:42 +03:00

13 lines
252 B
YAML

when:
event: [push, cron, pull_request, manual]
steps:
- name: Build on Fedora
image: fedora:43
pull: true
commands:
- dnf update
- dnf install -y ocaml ocaml-findlib menhir dune
- dune build
- dune exec ollisp