Reynir Björnsson
5b6433ca55
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
293 B
YAML
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
|