summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-14 14:28:13 +0100
committerMatt Caswell <matt@openssl.org>2016-04-14 22:23:12 +0100
commite951eca8b4bfd58f37b25d4ded6c770812443c23 (patch)
tree94a71829901bd5393684f4fa7158f2243ddd48b5 /appveyor.yml
parentce942199dbfc3fe8c72c60e7e0878f32b168f327 (diff)
downloadopenssl-new-e951eca8b4bfd58f37b25d4ded6c770812443c23.tar.gz
Update Travis and Appveyor for change to shared by default
Update the Travis and Appveyor builds to explicitly state no-shared where applicable. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7496a9b3f3..46eaf3978b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,9 +21,9 @@ before_build:
}
- ps: >-
If ($env:Configuration -Match "shared") {
- $env:SHARED="shared"
- } Else {
$env:SHARED=""
+ } Else {
+ $env:SHARED="no-shared"
}
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))
- call "%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%