]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - appveyor.yml
appveyor.yml: Move printing of env variables such that locally defined ones are shown...
[thirdparty/openssl.git] / 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