From e951eca8b4bfd58f37b25d4ded6c770812443c23 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 14 Apr 2016 14:28:13 +0100 Subject: 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 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') 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% -- cgit v1.2.3