Mercurial > hg > qm-vamp-plugins
annotate .appveyor.yml @ 266:d04675d44928 tip master
Refer to SDK from Github
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 02 Jun 2021 14:41:26 +0100 |
parents | 1838cb091362 |
children |
rev | line source |
---|---|
c@202 | 1 |
c@202 | 2 configuration: |
c@202 | 3 - Release |
c@202 | 4 |
c@202 | 5 platform: |
c@202 | 6 - x86 |
c@202 | 7 - x64 |
c@202 | 8 |
c@215 | 9 image: |
cannam@255 | 10 - Visual Studio 2019 |
c@215 | 11 |
c@202 | 12 install: |
c@225 | 13 - cinst --allow-empty-checksums smlnj |
c@225 | 14 - cinst wget --version 1.20 |
c@202 | 15 - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' |
cannam@246 | 16 - ps: '"code.soundsoftware.ac.uk = C7:27:7E:2C:1E:67:62:90:E9:8D:27:52:66:30:E6:FE:D4:2C:C5:30" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' |
c@202 | 17 - ps: '"[hostsecurity]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' |
cannam@246 | 18 - ps: '"code.soundsoftware.ac.uk = code.soundsoftware.ac.uk:fingerprints=sha256:AF:67:D8:D6:D8:2F:28:FF:B9:1A:4D:CD:6A:93:25:EC:9E:47:9E:0E:E7:F1:FD:0B:97:B4:7C:D5:FA:2E:10:73" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' |
c@202 | 19 |
c@202 | 20 before_build: |
c@202 | 21 - set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin |
c@208 | 22 - 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 |
c@208 | 23 - ps: Expand-Archive vamp-plugin-tester-1.1a-win32.zip -DestinationPath vamp-plugin-tester-x86 |
c@208 | 24 - ps: Expand-Archive vamp-plugin-tester-1.1a-win64.zip -DestinationPath vamp-plugin-tester-x64 |
c@220 | 25 - repoint install |
c@202 | 26 |
c@202 | 27 build: |
c@202 | 28 project: build\msvc\QMVampPlugins.sln |
c@202 | 29 |
c@202 | 30 test_script: |
c@206 | 31 - set VAMP_PATH=%APPVEYOR_BUILD_FOLDER%\build\msvc\Release;%APPVEYOR_BUILD_FOLDER%\build\msvc\x64\Release |
c@206 | 32 - vamp-plugin-tester-%PLATFORM%\vamp-plugin-tester\vamp-plugin-tester.exe -a |