summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-06-09 21:30:26 +0300
committerGitHub <noreply@github.com>2017-06-09 21:30:26 +0300
commit36ac4f2a9fe26dfd07ff47c81b027a5a6fea9fa2 (patch)
tree1e9cc6113da98ff40c1fd7e9f82438eef4939d8b
parent258205ea665b626fe405da6c99f5a7b13a2ef48a (diff)
parentd3ebe1c538fa50e9b288376c6bc8613ff16361b9 (diff)
downloadboost-36ac4f2a9fe26dfd07ff47c81b027a5a6fea9fa2.tar.gz
Merge pull request #138 from boostorg/pr-asciidoctor-circle
Install asciidoctor in circle.yml
-rw-r--r--circle.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 37c320b350..2f1b5089de 100644
--- a/circle.yml
+++ b/circle.yml
@@ -22,7 +22,9 @@ machine:
echo 'python "${HOME}/${SCRIPT}.py" "$@"' >> "${HOME}/script.sh"
chmod +x "${HOME}/script.sh"
post:
- - sudo apt-get update; sudo apt-get install xsltproc
+ - sudo apt-get update
+ - sudo apt-get install xsltproc
+ - sudo apt-get install asciidoctor
- exec "${HOME}/script.sh" machine_post
checkout:
post: