aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-11-19 08:01:47 +0000
committerMarco Poletti <poletti.marco@gmail.com>2017-11-19 08:01:47 +0000
commitf869728750614c15e8d63a8a1fe25b77c2cd222e (patch)
treef26ac61acdf89914e404e24c5bb42dd2fe72e00f /appveyor.yml
parentab2f86b92ad1d006726fe048d85b47cd2f535a48 (diff)
downloadgoogle-fruit-f869728750614c15e8d63a8a1fe25b77c2cd222e.tar.gz
Re-add the explicit "-T host=x64" CMake param to Appveyor release builds using MSVC 2017.
This reverts commit eb4691324e2cbc69da09a71e18325ef6f91da9cf.
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 2f52ec6..1c3a847 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -35,7 +35,7 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: 'Visual Studio 15 2017 Win64'
VCVARSALL_DIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build'
- ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX"'
+ ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64'
CONFIGURATION: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: 'Visual Studio 14 2015 Win64'
@@ -51,7 +51,7 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: 'Visual Studio 15 2017 Win64'
VCVARSALL_DIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build'
- ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DBUILD_SHARED_LIBS=False -DCMAKE_CXX_FLAGS="/WX"'
+ ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DBUILD_SHARED_LIBS=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64'
CONFIGURATION: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: 'Visual Studio 14 2015 Win64'