cert-service/.drone.yml
Reynir Björnsson 5b6433ca55
All checks were successful
continuous-integration/drone/push Build is passing
Fix depext invocation
2020-12-11 16:10:44 +01:00

13 lines
293 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: ocaml/opam2
commands:
- sudo chown -R opam .
- git -C /home/opam/opam-repository pull origin && opam update
- opam pin add -n .
- opam --yes depext cert_service
- opam install -t -y cert_service