File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ configuration: Release
11
11
12
12
environment :
13
13
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%'
15
15
before_build :
16
16
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
17
17
- cmd : >-
@@ -23,9 +23,9 @@ before_build:
23
23
24
24
activate test-environment
25
25
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\")"
27
27
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:\
29
29
30
30
cd build
31
31
You can’t perform that action at this time.
0 commit comments