]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/predef/appveyor.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / predef / appveyor.yml
CommitLineData
7c673cae
FG
1notifications:
2 - provider: Email
3 to:
4 - grafikrobot@gmail.com
5 on_build_status_changed: true
6
7environment:
8 matrix:
9 - TOOLSET: vs-2008
10 platform: 32
11 - TOOLSET: vs-2010
12 platform: 32
13 - TOOLSET: vs-2012
14 platform: 32
15 - TOOLSET: vs-2013
16 platform: 32
17 - TOOLSET: vs-2013
18 platform: 64
19 - TOOLSET: vs-2015
20 platform: 32
21 - TOOLSET: vs-2015
22 platform: 64
23
24configuration:
25 - debug
26 - release
27
28init:
29 - cd %APPVEYOR_BUILD_FOLDER%/..
30 - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
31 - dir
32 - cd %APPVEYOR_BUILD_FOLDER%
33install: python ../script.py install
34before_build: python ../script.py before_build
35build_script: python ../script.py build_script
36after_build: python ../script.py after_build
37before_test: python ../script.py before_test
38test_script: python ../script.py test_script
39after_test: python ../script.py after_test
40on_success: python ../script.py on_success
41on_failure: python ../script.py on_failure
42on_finish: python ../script.py on_finish