diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-05 08:53:56 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-05 08:53:56 -0700 |
| commit | 96dbf571b34a97dec67c81369feb0d00a8f412f1 (patch) | |
| tree | 5bc07696448f2c02268f8b91b5af3ff697b8933f | |
| parent | c056735c75179b3a8f0aea3a5d99687a6782e311 (diff) | |
| download | nng-96dbf571b34a97dec67c81369feb0d00a8f412f1.tar.gz nng-96dbf571b34a97dec67c81369feb0d00a8f412f1.tar.bz2 nng-96dbf571b34a97dec67c81369feb0d00a8f412f1.zip | |
Generate 64-bit on 64-bit builds.
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b727ef07..03dcae69 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,7 +19,7 @@ environment: VSINSTALL: '"Microsoft Visual Studio 14.0"/VC' MSVC_PLATFORM: x86 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - GENERATOR: Visual Studio 14 2015 + GENERATOR: Visual Studio 14 2015 Win64 CFG: Debug VSINSTALL: '"Microsoft Visual Studio 14.0"/VC' MSVC_PLATFORM: amd64 @@ -29,7 +29,7 @@ environment: VSINSTALL: '"Microsoft Visual Studio"/2017/Community/VC/Auxiliary/Build' MSVC_PLATFORM: x86 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - GENERATOR: Visual Studio 15 2017 + GENERATOR: Visual Studio 15 2017 Win64 CFG: Debug VSINSTALL: '"Microsoft Visual Studio"/2017/Community/VC/Auxiliary/Build' MSVC_PLATFORM: amd64 |
