Browse Source

package/ci: drop Gitter webhook notifications.

It never really worked, was either too verbose or too quiet, and now it
404s on AppVeyor.
pull/15/head
Vladimír Vondruš 4 years ago
parent
commit
32fe5ead80
  1. 7
      package/ci/appveyor.yml
  2. 6
      package/ci/circleci.yml
  3. 8
      package/ci/travis.yml

7
package/ci/appveyor.yml

@ -39,13 +39,6 @@ environment:
APPVEYOR_JOB_NAME: windows-gles3-msvc2019 APPVEYOR_JOB_NAME: windows-gles3-msvc2019
PYTHON: 36 PYTHON: 36
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/415ae90928ba0dbd3df4
on_build_success: false
on_build_failure: true
on_build_status_changed: true
install: install:
- cinst ninja - cinst ninja
# pip is in Scripts # pip is in Scripts

6
package/ci/circleci.yml

@ -3,12 +3,6 @@ version: 2.1
orbs: orbs:
codecov: codecov/codecov@1.1.1 codecov: codecov/codecov@1.1.1
notify:
webhooks:
# Unfortunately Gitter messages are too verbose (one five-line message per
# each job in the build matrix) and thus not wanted
#- url: https://webhooks.gitter.im/e/cfbadbd34d28708a57c6
executors: executors:
ubuntu-16_04: ubuntu-16_04:
docker: docker:

8
package/ci/travis.yml

@ -89,14 +89,6 @@ matrix:
- TARGET=desktop - TARGET=desktop
- BUILD_STATIC=ON - BUILD_STATIC=ON
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/00ec7a9066bb0fec98f3
on_success: change
on_failure: always
on_start: never
cache: cache:
directories: directories:
- $HOME/swiftshader - $HOME/swiftshader

Loading…
Cancel
Save