mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Release CI.. Add periodic output to try and keep Travis from aborting.
This commit is contained in:
parent
bf340d83e6
commit
668a010cd7
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
# Use, modification, and distribution are
|
||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Copyright Rene Rivera 2015.
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
@ -182,7 +188,9 @@ script:
|
|||
- |
|
||||
if [[ "${RELEASE_BUILD}" == "LF" || "${RELEASE_BUILD}" == "CRLF" ]]; then
|
||||
cd "${TRAVIS_BUILD_DIR}/doc"
|
||||
(while 1 ; do sleep 60 && echo "[[ ALIVE? ]]" ; done ;) &
|
||||
b2 -q -d2 --build-dir="${BOOST_BUILD_DIR}" --distdir="${BOOST_BUILD_DIR}/dist" --release-build --enable-index
|
||||
kill %1
|
||||
fi
|
||||
|
||||
# Make the real distribution tree from the base tree. The
|
||||
|
|
Loading…
Add table
Reference in a new issue