Mercurial > hg > tony
changeset 533:a3717147cc2a
Update to newer CI image
author | Chris Cannam |
---|---|
date | Fri, 18 May 2018 14:15:07 +0100 |
parents | 5d0ee7e0db89 |
children | 87d0cd033da7 |
files | .appveyor.yml |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.appveyor.yml Tue May 15 15:51:26 2018 +0100 +++ b/.appveyor.yml Fri May 18 14:15:07 2018 +0100 @@ -1,3 +1,6 @@ + +image: + - Visual Studio 2017 configuration: - Release @@ -10,9 +13,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' before_build: - - set QTDIR=C:\Qt\5.8\msvc2015_64 + - 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 tony.pro build: