mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Attempt to use status script from CircleCI.
This commit is contained in:
parent
05db0ddb29
commit
e6e399fd01
1 changed files with 19 additions and 6 deletions
25
circle.yml
25
circle.yml
|
@ -4,11 +4,24 @@
|
|||
#
|
||||
# Copyright Rene Rivera 2015-2016.
|
||||
|
||||
machine:
|
||||
environment:
|
||||
SCRIPT: ci_boost_status
|
||||
pre:
|
||||
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME}
|
||||
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/${SCRIPT}.py" -P ${HOME}
|
||||
post: python "${HOME}/${SCRIPT}" machine_post
|
||||
checkout:
|
||||
post:
|
||||
- git submodule update --quiet --init --recursive
|
||||
|
||||
post: python "${HOME}/${SCRIPT}" checkout_post
|
||||
dependencies:
|
||||
pre: python "${HOME}/${SCRIPT}" dependencies_pre
|
||||
override: python "${HOME}/${SCRIPT}" dependencies_override
|
||||
post: python "${HOME}/${SCRIPT}" dependencies_post
|
||||
database:
|
||||
pre: python "${HOME}/${SCRIPT}" database_pre
|
||||
override: python "${HOME}/${SCRIPT}" database_override
|
||||
post: python "${HOME}/${SCRIPT}" database_post
|
||||
test:
|
||||
override:
|
||||
- echo ${PWD}
|
||||
- env
|
||||
pre: python "${HOME}/${SCRIPT}" test_pre
|
||||
override: python "${HOME}/${SCRIPT}" test_override
|
||||
post: python "${HOME}/${SCRIPT}" test_post
|
||||
|
|
Loading…
Add table
Reference in a new issue