From b222ee95ce2704076a8a8df2b4417b0a24833bf0 Mon Sep 17 00:00:00 2001 From: Alain Emilia Anna Zscheile Date: Fri, 23 Feb 2024 15:55:31 +0100 Subject: [PATCH] try to fix pipeline --- .woodpecker.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0332e1a..4aab133 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 + - <(opam env --shell=bash) - dune build @install @runtest