ci: rename the debian workflow, add fedora workflow
This commit is contained in:
@@ -6,5 +6,7 @@ steps:
|
|||||||
image: debian:13
|
image: debian:13
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt full-upgrade && apt install -y ocaml libfindlib-ocaml-dev libcontainers-ocaml-dev ocaml-dune menhir
|
- apt update && apt full-upgrade
|
||||||
|
- apt install -y ocaml libfindlib-ocaml-dev ocaml-dune menhir
|
||||||
- dune build
|
- dune build
|
||||||
|
- dune exec ollisp
|
||||||
12
.woodpecker/fedora.yaml
Normal file
12
.woodpecker/fedora.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user