ci: change the debian and fedora workflows to not ask for user input
This commit is contained in:
@@ -6,7 +6,7 @@ steps:
|
|||||||
image: debian:13
|
image: debian:13
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt full-upgrade
|
- apt update && apt full-upgrade -y
|
||||||
- apt install -y ocaml libfindlib-ocaml-dev ocaml-dune menhir
|
- apt install -y ocaml libfindlib-ocaml-dev ocaml-dune menhir
|
||||||
- dune build
|
- dune build
|
||||||
- dune exec ollisp
|
- dune exec ollisp
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ steps:
|
|||||||
image: fedora:43
|
image: fedora:43
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- dnf update
|
- dnf update -y
|
||||||
- dnf install -y ocaml ocaml-findlib menhir dune
|
- dnf install -y ocaml ocaml-findlib menhir dune
|
||||||
- dune build
|
- dune build
|
||||||
- dune exec ollisp
|
- dune exec ollisp
|
||||||
|
|||||||
Reference in New Issue
Block a user