This commit is contained in:
parent
16a2cd5db7
commit
b07631f192
16
.drone.yml
16
.drone.yml
@ -31,4 +31,20 @@ steps:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
homeserver: https://matrix.rknet.org
|
||||
roomid: MtidqQXWWAtQcByBhH:rknet.org
|
||||
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
|
||||
username:
|
||||
from_secret: matrix_username
|
||||
password:
|
||||
from_secret: matrix_password
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
@ -2,6 +2,11 @@ FROM centos:7
|
||||
|
||||
RUN yum install -y gcc gcc-c++ \
|
||||
libtool libtool-ltdl \
|
||||
gnutls-devel \
|
||||
pam-devel \
|
||||
dbus-devel \
|
||||
avahi-devel \
|
||||
systemd-devel \
|
||||
make cmake \
|
||||
git \
|
||||
pkgconfig \
|
||||
|
Reference in New Issue
Block a user