[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Sat Feb 24 13:19:13 UTC 2018
The branch master has been updated
via 441bcafd865947474741a71fea49fc5d078b6532 (commit)
from 6afed267db47a8aa604a3a9e78ac72efa02363df (commit)
- Log -----------------------------------------------------------------
commit 441bcafd865947474741a71fea49fc5d078b6532
Author: Andy Polyakov <appro at openssl.org>
Date: Fri Feb 23 17:24:41 2018 +0100
appveyor.yml: omit makedepend step.
makedepend makes lesser sense in a throw-away build like CI, but
it spares some computational time, because with MSVC it takes
separate per-file compiler invocation.
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5452)
-----------------------------------------------------------------------
Summary of changes:
appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index b3165d5..5074a31 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,9 +22,9 @@ before_build:
}
- ps: >-
If ($env:Configuration -Match "shared") {
- $env:SHARED=""
+ $env:SHARED="no-makedepend"
} Else {
- $env:SHARED="no-shared"
+ $env:SHARED="no-shared no-makedepend"
}
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
- call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
More information about the openssl-commits
mailing list