Skip to content

Commit

Permalink
Auto merge of #59593 - pietroalbini:appveyor-version, r=alexcrichton
Browse files Browse the repository at this point in the history
Print the appveyor agent version at the start of the build

[AppVeyor support asked for this.](https://help.appveyor.com/discussions/problems/19657-successful-builds-failing-with-code-259#comment_47132359)

r? @alexcrichton
  • Loading branch information
bors committed Apr 1, 2019
2 parents eab3eb3 + 3c26f65 commit 9ebf478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ clone_depth: 2
build: false

install:
# Print which AppVeyor agent version we're running on.
- appveyor version
# If we need to download a custom MinGW, do so here and set the path
# appropriately.
#
Expand Down

0 comments on commit 9ebf478

Please sign in to comment.