yanaijepeux/.woodpecker.yml
Alain Emilia Anna Zscheile 03bb70c417
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try to fix pipeline
2024-02-23 15:57:37 +01:00

7 lines
179 B
YAML

steps:
- name: build
image: docker run ocaml/opam:alpine-ocaml-5.1 bash
commands:
- opam install -y dune alcotest bwd fmt gen
- dune build @install @runtest