]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/appveyor.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / appveyor.yml
1 branches:
2 only:
3 - develop
4 - master
5
6 environment:
7 matrix:
8 - SCRIPT: ci_boost_status
9
10 init:
11 - cd %APPVEYOR_BUILD_FOLDER%/..
12 - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py"
13 - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/release-tools/develop/%SCRIPT%.py"
14 - cd %APPVEYOR_BUILD_FOLDER%
15 install: python ../%SCRIPT%.py install
16 before_build: python ../%SCRIPT%.py before_build
17 build_script: python ../%SCRIPT%.py build_script
18 after_build: python ../%SCRIPT%.py after_build
19 before_test: python ../%SCRIPT%.py before_test
20 test_script: python ../%SCRIPT%.py test_script
21 after_test: python ../%SCRIPT%.py after_test
22 on_success: python ../%SCRIPT%.py on_success
23 on_failure: python ../%SCRIPT%.py on_failure
24 on_finish: python ../%SCRIPT%.py on_finish