提交 824cf2c3 编写于 作者: D Dr. David von Oheimb

appveyor.yml: Move printing of env variables such that locally defined ones are shown as well.

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13110)
上级 300e8c4b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册