Skip to content

Commit

Permalink
AppVeyor: Remove non-functional webhook notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed May 1, 2024
1 parent f233496 commit 7953d2b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ build_script:
test_script:
- ctest -V --timeout 300 --output-on-failure --build-config %CONFIGURATION% --exclude-regex "%SOCI_ODBC_SKIP_TESTS%"

notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/2038138a652d952f9372
on_build_success: true
on_build_failure: true
on_build_status_changed: true

# Uncomment this to wait for RDP connection after the build end.
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 7953d2b

Please sign in to comment.