comparison .appveyor.yml @ 1733:d6d7c74c7eb7

Merge from branch "vext"
author Chris Cannam
date Mon, 10 Jul 2017 14:04:44 +0100
parents 5185ee58c44b
children e154957ed9f0
comparison
equal deleted inserted replaced
1714:b693b9218f66 1733:d6d7c74c7eb7
1
2 branches:
3 only:
4 - vext
5
6 configuration:
7 - Release
8
9 install:
10 - cinst --allow-empty-checksums smlnj
11 - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
12 - 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'
13 - ps: '"[hostsecurity]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
14 - 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'
15 - ps: type $env:USERPROFILE\mercurial.ini
16
17 before_build:
18 - set QTDIR=C:\Qt\5.8\msvc2015_64
19 - set PATH=%PATH%;%QTDIR%\bin;C:\Program Files (x86)\SMLNJ\bin
20 - vext install
21 - qmake -r -tp vc sonic-visualiser.pro
22 - sv-dependency-builds\win64-msvc\bin\capnp -Isv-dependency-builds/win64-msvc/include compile --src-prefix=piper/capnp -osv-dependency-builds/win64-msvc/bin/capnpc-c++:piper-cpp/vamp-capnp piper/capnp/piper.capnp
23 - dir
24
25 build:
26 project: sonic-visualiser.sln
27