try to fix pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Alain Emilia Anna Zscheile 2024-02-23 15:55:31 +01:00
parent 08402a5481
commit a1d3f41a7c

View file

@ -1,6 +1,10 @@
pipeline:
steps:
- name: build
image: ocaml/opam:alpine-ocaml-5.1
image: /usr/bin/bash
environment:
- PATH=/home/fogti/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
commands:
- opam update
- opam install -y dune alcotest bwd fmt gen
- eval (opam env)
- dune build @install @runtest