Test drone using ocaml/opam
continuous-integration/drone/push Build is passing Details

Since they are built daily(?) we probably don't need to run opam update
etc.
This commit is contained in:
Reynir Björnsson 2020-12-11 18:20:40 +01:00
parent 5b8ed2626a
commit 46a9549eb4
1 changed files with 1 additions and 3 deletions

View File

@ -3,10 +3,8 @@ name: default
steps:
- name: build
image: ocaml/opam2
image: ocaml/opam
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