annotate .appveyor.yml @ 100:08dd88201115
Add numpy (is pip in path?)
author |
Chris Cannam |
date |
Wed, 16 Jan 2019 15:47:57 +0000 |
parents |
b9cddb57a7f4 |
children |
e1d65734d953 |
rev |
line source |
Chris@99
|
1
|
Chris@99
|
2 configuration:
|
Chris@99
|
3 - Release
|
Chris@99
|
4
|
Chris@99
|
5 platform:
|
Chris@99
|
6 - Win32
|
Chris@99
|
7
|
Chris@99
|
8 install:
|
Chris@99
|
9 - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
|
Chris@99
|
10 - ps: '"code.soundsoftware.ac.uk = 66:ef:e2:0e:e3:55:93:9a:33:aa:2a:e9:fe:be:21:c2:a2:8d:4f:f1" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
|
Chris@99
|
11 - ps: '"[hostsecurity]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
|
Chris@99
|
12 - ps: '"code.soundsoftware.ac.uk = code.soundsoftware.ac.uk:fingerprints=sha256:64:75:f6:47:15:de:b4:51:ea:96:e2:f4:8a:f5:53:a5:11:c8:dd:82:73:5d:bd:54:18:cb:c8:9d:10:37:28:85" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
|
Chris@100
|
13 - pip install numpy
|
Chris@99
|
14
|
Chris@99
|
15 before_build:
|
Chris@99
|
16 - cd ..
|
Chris@99
|
17 - hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk
|
Chris@99
|
18 - cd vamp-plugin-sdk
|
Chris@99
|
19 - msbuild /t:Build /p:Configuration=Release /p:Platform=win32 build\VampSDK.sln
|
Chris@99
|
20 - cd ..\vampy
|
Chris@99
|
21
|
Chris@99
|
22 build:
|
Chris@99
|
23 project: VamPy.sln
|
Chris@99
|
24
|