yanaijepeux/.woodpecker.yml
Alain Emilia Anna Zscheile b222ee95ce
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try to fix pipeline
2024-02-23 16:20:05 +01:00

11 lines
311 B
YAML

steps:
- name: build
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