comparison .appveyor.yml @ 505:482ef76e8bfa vamp-kiss-naming

Ah, duplicate key problem - try this arrangement instead
author Chris Cannam
date Tue, 06 Feb 2018 15:26:49 +0000
parents e79869de50ad
children c9edaec61d95
comparison
equal deleted inserted replaced
504:e79869de50ad 505:482ef76e8bfa
4 4
5 platform: 5 platform:
6 - x86 6 - x86
7 - x64 7 - x64
8 8
9 build: 9 build_script:
10 project: build\VampSDK.sln 10 - msbuild build\VampSDK.sln
11 project: build\VampHostSDK.sln 11 - msbuild build\VampHostSDK.sln
12 12