]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
appveyor.yml: Move printing of env variables such that locally defined ones are shown...
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 10 Oct 2020 20:25:10 +0000 (22:25 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 4 Dec 2020 15:20:53 +0000 (16:20 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13110)

appveyor.yml

index aa99f5062bec9a78d749db373f1769768a3362a6..b93b19bd5d8a85e441c20afe1f3f5d20b9fc9d51 100644 (file)
@@ -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