Reynir Björnsson
e73145d054
All checks were successful
continuous-integration/drone/push Build is passing
21 lines
437 B
YAML
21 lines
437 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
image: ocaml/opam
|
|
commands:
|
|
- opam pin add -n .
|
|
- opam --yes depext cert_service
|
|
- opam install -t -y cert_service
|
|
|
|
- name: notify
|
|
image: plugins/matrix
|
|
settings:
|
|
homeserver: https://data.coop
|
|
roomid: AFqVDyVtyrkCETxSWt:data.coop
|
|
username:
|
|
from_secret: matrix_username
|
|
password:
|
|
from_secret: matrix_password
|