about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-04-01 15:24:15 +0000
committerbors <bors@rust-lang.org>2019-04-01 15:24:15 +0000
commit9ebf47851a357faa4cd97f4b1dc7835f6376e639 (patch)
tree942fba71834bb8271ecef69f6ad21a89076ab74e
parenteab3eb38df8dca99110b6149b3a15deeb4ef0413 (diff)
parent3c26f65c0986ad8888f4ce5b65f75cadf37bbef0 (diff)
downloadrust-9ebf47851a357faa4cd97f4b1dc7835f6376e639.tar.gz
rust-9ebf47851a357faa4cd97f4b1dc7835f6376e639.zip
Auto merge of #59593 - pietroalbini:appveyor-version, r=alexcrichton
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
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ab0a29d2752..6aac5f07172 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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.
   #