summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-12-29 09:06:26 -0600
committerRene Rivera <grafikrobot@gmail.com>2015-12-29 09:06:26 -0600
commit668a010cd7fbfcfb053a6d7a369e6a217036cae8 (patch)
tree01aa37a8362f6c84b30fb78057f6f775a6360450 /.travis.yml
parentbf340d83e6cc3f38cd53c7f2b0537b3237760190 (diff)
downloadboost-668a010cd7fbfcfb053a6d7a369e6a217036cae8.tar.gz
Release CI.. Add periodic output to try and keep Travis from aborting.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 77f8d4a4bf..07dad52581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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