This commit is contained in:
MassiveAtoms 2020-04-18 11:42:53 -03:00
parent 2a38fc4a1c
commit 76c3003387

View File

@ -13,11 +13,25 @@ steps:
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
- cmake ..
- ninja
- ./testbin
- ./testbin > message.txt
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
to: -1001226107365
message: >
{{#success build.status}}
build {{build.number}} succeeded. Good job.
{{else}}
build {{build.number}} failed. Fix me please.
{{/success}}
+ message_file: message.txt
trigger:
branch:
- master
event:
- push
- push