Skip to content

Commit

Permalink
Appveyor update
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 29, 2017
1 parent 947d3b6 commit 371ae56
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions appveyor.yml
Expand Up @@ -3,6 +3,12 @@ version: '{branch}-build-{build}'
shallow_clone: true

notifications:
- provider: Email
to:
- fusioninventory-commit@lists.alioth.debian.org
on_build_success: true
on_build_failure: true
on_build_status_changed: true
- provider: Webhook
url: https://hooks.aethonan.pro/appveyor/-1001137546384/
on_build_success: true
Expand Down Expand Up @@ -41,12 +47,12 @@ artifacts:
name: chks

deploy:
description: 'Release candidate by Teclib'
description: 'Public Release'
provider: GitHub
auth_token:
secure: YBbTdTUzqgeUZl4OJKHvP0TFOtBR+omjfsUcxgf92+ht/4jCqCDbd/rbaswueKTe
artifact: exes,chks
draft: false
prerelease: true
prerelease: false
on:
appveyor_repo_tag: true

0 comments on commit 371ae56

Please sign in to comment.