Skip to content

Commit 99376b9

Browse files
committed
Appveyor CI: Updated appveyor to ROOT 5.34.36 (still for MSVC 2012 but it seems to work...) and Qt 5.6/MSVC 2015.
1 parent add7944 commit 99376b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configuration: Release
1111

1212
environment:
1313
ROOTSYS: C:\root
14-
PATH: '%ROOTSYS%\bin;C:\Qt\5.5\msvc2013;C:\Python35;C:\Miniconda35;C:\Miniconda35\\Scripts;%PATH%'
14+
PATH: '%ROOTSYS%\bin;C:\Qt\5.6\msvc2015;C:\Python35;C:\Miniconda35;C:\Miniconda35\\Scripts;%PATH%'
1515
before_build:
1616
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
1717
- cmd: >-
@@ -23,9 +23,9 @@ before_build:
2323
2424
activate test-environment
2525
26-
powershell -command "$clnt = new-object System.Net.WebClient; $clnt.DownloadFile(\"https://root.cern.ch/download/root_v5.34.34.win32.vc12.zip\",\"C:\\root_v5.34.34.win32.vc12.zip\")"
26+
powershell -command "$clnt = new-object System.Net.WebClient; $clnt.DownloadFile(\"https://root.cern.ch/download/root_v5.34.36.win32.vc12.zip\",\"C:\\root_v5.34.36.win32.vc12.zip\")"
2727
28-
7z -y x C:\\root_v5.34.34.win32.vc12.zip -oC:\
28+
7z -y x C:\\root_v5.34.36.win32.vc12.zip -oC:\
2929
3030
cd build
3131

0 commit comments

Comments
 (0)