This commit is contained in:
parent
16a2cd5db7
commit
b07631f192
16
.drone.yml
16
.drone.yml
@ -31,4 +31,20 @@ steps:
|
|||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
- push
|
||||||
- tag
|
- 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++ \
|
RUN yum install -y gcc gcc-c++ \
|
||||||
libtool libtool-ltdl \
|
libtool libtool-ltdl \
|
||||||
|
gnutls-devel \
|
||||||
|
pam-devel \
|
||||||
|
dbus-devel \
|
||||||
|
avahi-devel \
|
||||||
|
systemd-devel \
|
||||||
make cmake \
|
make cmake \
|
||||||
git \
|
git \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
|
Reference in New Issue
Block a user