Skip to content

Commit e373377

Browse files
committed
appveyor: Cleanup
* Remove unneeded event log listing * Remove GitHubPullRequest. Considering it is a small project. We don't yet need Appveyor to add a comment on the PR. * Remove "shallow_clone: false", it is already set to false by default. Doing a regular clone is needed to ensure sdist works as expected.
1 parent ca8e31d commit e373377

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

appveyor.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,9 @@ after_test:
5757
on_finish:
5858
- ps: ../addons/appveyor/enable-worker-remote-access.ps1 -check_for_block
5959

60-
on_failure:
61-
- ps: "Get-EventLog AppVeyor -newest 10 | Format-List"
62-
6360
artifacts:
6461
# Archive the generated packages in the ci.appveyor.com build report.
6562
- path: dist\*
6663

6764
matrix:
6865
fast_finish: false
69-
70-
notifications:
71-
- provider: GitHubPullRequest
72-
auth_token:
73-
secure: iXYaAwXJcHdnRGTeb1Gk1PembhlZleCGDK2oJgsiFvA=
74-
template: >-
75-
{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}}
76-
[Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}})
77-
(commit {{commitUrl}} by @{{&commitAuthorUsername}})
78-
79-
shallow_clone: false

0 commit comments

Comments
 (0)