This commit is contained in:
parent
a5cee7d64c
commit
f1981bec4f
21
.drone.yml
21
.drone.yml
@ -15,3 +15,24 @@ steps:
|
|||||||
- cmake .
|
- cmake .
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
- ctest
|
- ctest
|
||||||
|
- name: notify
|
||||||
|
image: drillster/drone-email
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
settings:
|
||||||
|
from.address:
|
||||||
|
from_secret: EMAIL_ADDRESS
|
||||||
|
from.name:
|
||||||
|
from_secret: EMAIL_SENDER
|
||||||
|
host:
|
||||||
|
from_secret: EMAIL_HOST
|
||||||
|
port:
|
||||||
|
from_secret: EMAIL_PORT
|
||||||
|
username:
|
||||||
|
from_secret: EMAIL_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: EMAIL_PASSWORD
|
||||||
|
no_starttls: true
|
||||||
|
recipients:
|
||||||
|
- i@sainnhe.dev
|
||||||
|
Loading…
Reference in New Issue
Block a user