Mercurial > hg > sonic-annotator
comparison .appveyor.yml @ 304:0ea0f36cc576
Add CI build files
author | Chris Cannam |
---|---|
date | Mon, 10 Jul 2017 20:51:07 +0100 |
parents | |
children | 5d383c8f39b9 |
comparison
equal
deleted
inserted
replaced
303:523f8f1789b4 | 304:0ea0f36cc576 |
---|---|
1 | |
2 configuration: | |
3 - Release | |
4 | |
5 install: | |
6 - cinst --allow-empty-checksums smlnj | |
7 - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' | |
8 - 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' | |
9 - ps: '"[hostsecurity]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini' | |
10 - 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' | |
11 | |
12 before_build: | |
13 - set QTDIR=C:\Qt\5.8\msvc2015_64 | |
14 - set PATH=%PATH%;%QTDIR%\bin;C:\Program Files (x86)\SMLNJ\bin | |
15 - vext install | |
16 - qmake -r -tp vc sonic-annotator.pro | |
17 | |
18 build: | |
19 project: sonic-annotator.sln | |
20 |