changeset 208:cdc38142d2eb

Experimental 32/64-bit tester downloads
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 08 Feb 2018 15:21:54 +0000
parents 5d3e175f4397
children b987b2775a2e
files .appveyor.yml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.appveyor.yml	Wed Feb 07 14:29:58 2018 +0000
+++ b/.appveyor.yml	Thu Feb 08 15:21:54 2018 +0000
@@ -15,8 +15,9 @@
 
 before_build:
   - set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin
-  - c:\ProgramData\chocolatey\bin\wget.exe --no-check-certificate https://code.soundsoftware.ac.uk/attachments/download/1581/vamp-plugin-tester-1.1-win32.zip
-  - ps: Expand-Archive vamp-plugin-tester-1.1-win32.zip -DestinationPath vamp-plugin-tester-x86
+  - c:\ProgramData\chocolatey\bin\wget.exe --no-check-certificate https://code.soundsoftware.ac.uk/attachments/download/2330/vamp-plugin-tester-1.1a-win32.zip https://code.soundsoftware.ac.uk/attachments/download/2331/vamp-plugin-tester-1.1a-win64.zip
+  - ps: Expand-Archive vamp-plugin-tester-1.1a-win32.zip -DestinationPath vamp-plugin-tester-x86
+  - ps: Expand-Archive vamp-plugin-tester-1.1a-win64.zip -DestinationPath vamp-plugin-tester-x64
   - vext install
 
 build: