diff options
author | Rene Rivera <grafikrobot@gmail.com> | 2017-02-19 14:21:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 14:21:31 -0600 |
commit | ca9e3ddb6de79994e17dc4196e7d6a25617f1ce1 (patch) | |
tree | 098041037d58c41d44df0e0b0b5d4d2e6b5562d0 /circle.yml | |
parent | d07adda24a4b49f8782fd568649e2a1267395e4e (diff) | |
download | boost-ca9e3ddb6de79994e17dc4196e7d6a25617f1ce1.tar.gz |
Install missing xsltproc for Trusty OS.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
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 |