Mercurial > hg > tony
comparison .appveyor.yml @ 533:a3717147cc2a
Update to newer CI image
author | Chris Cannam |
---|---|
date | Fri, 18 May 2018 14:15:07 +0100 |
parents | 5d0ee7e0db89 |
children | 702a70e48ca9 |
comparison
equal
deleted
inserted
replaced
532:5d0ee7e0db89 | 533:a3717147cc2a |
---|---|
1 | |
2 image: | |
3 - Visual Studio 2017 | |
1 | 4 |
2 configuration: | 5 configuration: |
3 - Release | 6 - Release |
4 | 7 |
5 install: | 8 install: |
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' | 11 - 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' | 12 - 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' | 13 - 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 | 14 |
12 before_build: | 15 before_build: |
13 - set QTDIR=C:\Qt\5.8\msvc2015_64 | 16 - set QTDIR=C:\Qt\5.10\msvc2017_64 |
14 - set PATH=%PATH%;%QTDIR%\bin;C:\Program Files (x86)\SMLNJ\bin | 17 - set PATH=%PATH%;%QTDIR%\bin;C:\Program Files (x86)\SMLNJ\bin |
15 - repoint install | 18 - repoint install |
19 - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 | |
16 - qmake -r -tp vc tony.pro | 20 - qmake -r -tp vc tony.pro |
17 | 21 |
18 build: | 22 build: |
19 project: tony.sln | 23 project: tony.sln |
20 | 24 |