Commit 441bcafd authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5452)
parent 6afed267
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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%