summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-12-07 23:22:37 -0600
committerRene Rivera <grafikrobot@gmail.com>2015-12-07 23:22:37 -0600
commitd0ebe0b20cf7e436629803115cd6c69670635fb7 (patch)
tree2bebd24e1fb4a1d8f5f0ae681603f8fb9ece4022 /.travis.yml
parent1f215023890799065ecc2a091898b501925acd4b (diff)
downloadboost-d0ebe0b20cf7e436629803115cd6c69670635fb7.tar.gz
Release CI.. Add p7zip package for the p7zip command.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a77a0a21aa..986daf5dc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,11 @@ compiler:
git:
submodules: false
+addons:
+ apt:
+ packages:
+ - p7zip-full
+
env:
matrix:
- TRAVIS_EMPTY_JOB_WORKAROUND=true
@@ -70,6 +75,6 @@ script:
if [[ "${RELEASE_BUILD}" == "CRLF" ]]; then
cd "${TRAVIS_BUILD_DIR}/.."
zip -qr "${BOOST_RELEASE}.zip" "${BOOST_RELEASE}"
- 7z a -r "${BOOST_RELEASE}.7z" "${BOOST_RELEASE}"
+ p7zip a -r "${BOOST_RELEASE}.7z" "${BOOST_RELEASE}"
ls -la
fi