Skip to content

Commit 263fa91

Browse files
authored
Create appveyor.yml
1 parent 05641e3 commit 263fa91

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
on_success:
2+
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
3+
- ps: ./send.ps1 success $env:WEBHOOK_URL
4+
on_failure:
5+
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
6+
- ps: ./send.ps1 failure $env:WEBHOOK_URL

0 commit comments

Comments
 (0)