]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/appveyor.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / appveyor.yml
CommitLineData
7c673cae
FG
1branches:
2 only:
3 - develop
4 - master
5
6environment:
7 matrix:
8 - SCRIPT: ci_boost_status
9
10init:
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%
15install: python ../%SCRIPT%.py install
16before_build: python ../%SCRIPT%.py before_build
17build_script: python ../%SCRIPT%.py build_script
18after_build: python ../%SCRIPT%.py after_build
19before_test: python ../%SCRIPT%.py before_test
20test_script: python ../%SCRIPT%.py test_script
21after_test: python ../%SCRIPT%.py after_test
22on_success: python ../%SCRIPT%.py on_success
23on_failure: python ../%SCRIPT%.py on_failure
24on_finish: python ../%SCRIPT%.py on_finish