yanaijepeux/.woodpecker.yml
Alain Emilia Anna Zscheile d03d004fa5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
try to fix pipeline
2024-02-23 16:26:37 +01:00

10 lines
296 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 install -y dune alcotest bwd fmt gen
- eval $(opam env --shell=bash)
- dune build @install @runtest