Test drone using ocaml/opam
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Since they are built daily(?) we probably don't need to run opam update etc.
This commit is contained in:
parent
5b8ed2626a
commit
46a9549eb4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue