Files
olisp/.woodpecker/fedora.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
255 B
YAML

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