# HG changeset patch # User Chris Cannam # Date 1518026249 0 # Node ID b75124ebe697c6fa234185b302e00340e8d4e140 # Parent fa66ee7dcf0807c24d71550471004959a4cb792f AppVeyor build file diff -r fa66ee7dcf08 -r b75124ebe697 .appveyor.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.appveyor.yml Wed Feb 07 17:57:29 2018 +0000 @@ -0,0 +1,11 @@ + +configuration: + - Release + +platform: + - x86 + - x64 + +build: + project: build\vamp-plugin-tester.sln +