Add .drone.yml

This commit is contained in:
Reynir Björnsson 2020-12-11 15:10:08 +01:00
parent 4c337438b2
commit 9e85fa2b2b
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View 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 .