Mercurial > hg > sonic-annotator
changeset 341:f7c4978a6113 bqaudiostream
Try using these scripts from here
author | Chris Cannam |
---|---|
date | Thu, 31 Jan 2019 15:49:25 +0000 |
parents | 14b635c1a14a |
children | c7f2b178d220 |
files | .appveyor.yml |
diffstat | 1 files changed, 3 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/.appveyor.yml Thu Jan 31 15:24:38 2019 +0000 +++ b/.appveyor.yml Thu Jan 31 15:49:25 2019 +0000 @@ -12,13 +12,7 @@ - ps: '"[hostsecurity]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' - 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' -before_build: - - set QTDIR=C:\Qt\5.10\msvc2017_64 - - set PATH=%PATH%;%QTDIR%\bin;C:\Program Files (x86)\SMLNJ\bin - - repoint install - - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 - - qmake -r -tp vc sonic-annotator.pro +build_script: + - deploy\win64\build-32.bat + - deploy\win64\build-64.bat -build: - project: sonic-annotator.sln -