From 824cf2c38acfeb9e3a4cf3d039e8368b955eae60 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 10 Oct 2020 22:25:10 +0200 Subject: appveyor.yml: Move printing of env variables such that locally defined ones are shown as well. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13110) --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index aa99f5062b..b93b19bd5d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,6 @@ before_build: Install-Module VSSetup -Scope CurrentUser - ps: >- Get-VSSetupInstance -All - - ps: >- - gci env:* | sort-object name - ps: >- If ($env:Platform -Match "x86") { $env:VCVARS_PLATFORM="x86" @@ -45,7 +43,7 @@ before_build: - perl configdata.pm --dump - cd .. - ps: >- - if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER` + If (-not $env:APPVEYOR_PULL_REQUEST_NUMBER` -or (&git log -1 $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT | Select-String "\[extended tests\]") ) { $env:EXTENDED_TESTS="yes" @@ -56,6 +54,8 @@ before_build: } Else { $env:NMAKE="nmake /S" } + - ps: >- + gci env:* | sort-object name build_script: - cd _build -- cgit v1.2.3