summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-06-09 19:43:39 +0300
committerGitHub <noreply@github.com>2017-06-09 19:43:39 +0300
commitd3ebe1c538fa50e9b288376c6bc8613ff16361b9 (patch)
treee8047a35e25f4ca4ff9ab16f13fd054db01f82a3
parent40f886a3204b8d9d82c5b40798277376bde1915b (diff)
downloadboost-d3ebe1c538fa50e9b288376c6bc8613ff16361b9.tar.gz
Create 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: