yanaijepeux/.woodpecker.yml

10 lines
296 B
YAML
Raw Normal View History

2024-02-23 14:55:31 +00:00
steps:
2024-02-23 14:51:09 +00:00
- name: build
2024-02-23 14:55:31 +00:00
image: /usr/bin/bash
environment:
- PATH=/home/fogti/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
2024-02-23 14:51:09 +00:00
commands:
- opam install -y dune alcotest bwd fmt gen
2024-02-23 14:55:31 +00:00
- eval $(opam env --shell=bash)
2024-02-23 14:51:09 +00:00
- dune build @install @runtest