summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2017-02-19 14:21:31 -0600
committerGitHub <noreply@github.com>2017-02-19 14:21:31 -0600
commitca9e3ddb6de79994e17dc4196e7d6a25617f1ce1 (patch)
tree098041037d58c41d44df0e0b0b5d4d2e6b5562d0 /circle.yml
parentd07adda24a4b49f8782fd568649e2a1267395e4e (diff)
downloadboost-ca9e3ddb6de79994e17dc4196e7d6a25617f1ce1.tar.gz
Install missing xsltproc for Trusty OS.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 58b62503b2..13b04fc07b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -28,6 +28,7 @@ checkout:
- exec "${HOME}/script.sh" checkout_post
dependencies:
pre:
+ - sudo apt-get update; sudo apt-get install xsltproc
- exec "${HOME}/script.sh" dependencies_pre
override:
- exec "${HOME}/script.sh" dependencies_override