mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 05:53:52 +00:00
Adding webhooks for gitter
This commit is contained in:
parent
89ed072f39
commit
37f3c0859e
@ -13,4 +13,11 @@ build_script:
|
|||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ctest --output-on-failure
|
- ctest --output-on-failure
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: Webhook
|
||||||
|
url: https://webhooks.gitter.im/e/0185e91c5d989a476d7b
|
||||||
|
on_build_success: false
|
||||||
|
on_build_failure: true
|
||||||
|
on_build_status_changed: true
|
||||||
|
@ -78,3 +78,11 @@ deploy:
|
|||||||
repo: henryiii/CLI11
|
repo: henryiii/CLI11
|
||||||
tags: true
|
tags: true
|
||||||
condition: $DEPLOY_MAT = yes
|
condition: $DEPLOY_MAT = yes
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/bbdb3befce4c00448d24
|
||||||
|
on_success: change # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: never # options: [always|never|change] default: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user