forked from MassiveAtoms/hashmap-bench
test run
This commit is contained in:
parent
8739642437
commit
11667fa559
22
.drone.yml
22
.drone.yml
@ -16,14 +16,14 @@ steps:
|
|||||||
- chmod +x studproject
|
- chmod +x studproject
|
||||||
- ./studproject -a true -r 1 -i 2 -m 5000000
|
- ./studproject -a true -r 1 -i 2 -m 5000000
|
||||||
|
|
||||||
- name: send telegram notification
|
- name: send telegram notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
settings:
|
settings:
|
||||||
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
|
token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0
|
||||||
to: 231399891
|
to: 231399891
|
||||||
message: >
|
+ message: >
|
||||||
{{#success build.status}}
|
+ {{#success build.status}}
|
||||||
build {{build.number}} succeeded. Good job.
|
+ build {{build.number}} succeeded. Good job.
|
||||||
{{else}}
|
+ {{else}}
|
||||||
build {{build.number}} failed. Fix me please.
|
+ build {{build.number}} failed. Fix me please.
|
||||||
{{/success}}
|
+ {{/success}}
|
||||||
|
Loading…
Reference in New Issue
Block a user