Add .drone.yml
This commit is contained in:
parent
4c337438b2
commit
9e85fa2b2b
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
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 install -t -y .
|
Loading…
Reference in a new issue