From 3c26f65c0986ad8888f4ce5b65f75cadf37bbef0 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 31 Mar 2019 23:56:09 +0200 Subject: [PATCH] ci: print the appveyor agent version at the start of the build --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ab0a29d2752b5..6aac5f0717252 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. #