diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-05 08:33:06 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-05 08:33:06 -0700 |
| commit | 2cfa0bca1e10674b871a1441e30b89c5044b348c (patch) | |
| tree | 0ac1077cb6f8339a67ea27832acdf50cdba25c39 | |
| parent | 76c503d42c1bcce3a2c185d1feebc42ca43a4c2d (diff) | |
| download | nng-2cfa0bca1e10674b871a1441e30b89c5044b348c.tar.gz nng-2cfa0bca1e10674b871a1441e30b89c5044b348c.tar.bz2 nng-2cfa0bca1e10674b871a1441e30b89c5044b348c.zip | |
Fixup the AppVeyor YAML.
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 50ce29fb..5b21563d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,7 +11,7 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: NMake Makefiles CFG: Debug - VSINSTALL: ''"Microsoft Visual Studio 14.0"/VC' + VSINSTALL: '"Microsoft Visual Studio 14.0"/VC' MSVC_PLATFORM: x86 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: Visual Studio 14 2015 @@ -21,7 +21,7 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: Visual Studio 14 2015 CFG: Debug - VSINSTALL: ''"Microsoft Visual Studio 14.0"/VC' + VSINSTALL: '"Microsoft Visual Studio 14.0"/VC' MSVC_PLATFORM: amd64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: Visual Studio 15 2017 |
