summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-12-30 07:12:35 -0600
committerRene Rivera <grafikrobot@gmail.com>2015-12-30 07:12:35 -0600
commit4e6b350c4e721c8129cc7c6feaa50685bb76613b (patch)
tree8ce49d86c0053c2d4c49b8ddc77413709ac8133b /.travis.yml
parent715655279c83c22ac60962275653c582b9828692 (diff)
downloadboost-4e6b350c4e721c8129cc7c6feaa50685bb76613b.tar.gz
Release CI.. Another attempt at awake timer.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c26aa0333..36b619e1d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -189,8 +189,9 @@ script:
if [[ "${RELEASE_BUILD}" == "LF" || "${RELEASE_BUILD}" == "CRLF" ]]; then
cd "${TRAVIS_BUILD_DIR}/doc"
(while 1 ; do sleep 60 && echo "[[ ALIVE? ]]" ; done ;) &
+ AWAKE_PID=$!
b2 -q -d2 --build-dir="${BOOST_BUILD_DIR}" --distdir="${BOOST_BUILD_DIR}/dist" --release-build --enable-index
- kill "%1"
+ kill $AWAKE_PID
fi
# Make the real distribution tree from the base tree. The