ci: rename the debian workflow, add fedora workflow
This commit is contained in:
12
.woodpecker/debian.yaml
Normal file
12
.woodpecker/debian.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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 ocaml-dune menhir
|
||||
- dune build
|
||||
- dune exec ollisp
|
||||
Reference in New Issue
Block a user