2016-08-03 14:29:42 +03:00
platform :
- x64
2016-12-01 20:13:47 +03:00
- x86
2016-08-03 14:29:42 +03:00
configuration :
2016-08-03 23:27:13 +03:00
#- Debug
2016-08-03 14:29:42 +03:00
- Release
2016-08-12 12:53:33 +03:00
branches :
only :
- master
2016-08-04 22:19:07 +03:00
matrix :
fast_finish : true # set this flag to immediately finish build once one of the jobs fails.
allow_failures :
- platform : x86
2016-08-15 12:50:33 +03:00
configuration : Release
2016-08-04 22:19:07 +03:00
- platform : x64
configuration : Release
2016-08-03 14:29:42 +03:00
skip_tags : true
os :
- Visual Studio 2015
build :
parallel : true
2016-08-03 23:27:13 +03:00
verbosity : detailed
2016-08-03 14:29:42 +03:00
install :
2016-12-01 12:53:34 +03:00
- C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\VC\vcvarsall.bat %platform%
2016-08-03 14:29:42 +03:00
build_script :
2016-09-13 18:17:53 +03:00
- tools\packaging\cpt.py ^
--current-dev=tar ^
--with-cling-url=https://github.com/%APPVEYOR_REPO_NAME% ^
--with-clang-url=http://root.cern.ch/git/clang.git ^
2016-12-01 12:38:21 +03:00
--with-llvm-url=http://root.cern.ch/git/llvm.git
2016-08-04 15:36:42 +03:00
init :
- ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2016-12-02 12:19:40 +03:00
- cmd : wmic os get osarchitecture
- cmd: echo platform is : %platform%
2016-08-04 15:36:42 +03:00
on_failure :
# Your RDP session is limited by overall build time (60 min).
2016-12-01 12:57:50 +03:00
# On every failing build, we have to wait for hours... Uncomment the next line if remote access to the machine is really needed (e.g. for debugging)
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))