diff options
author | Peter Dimov <pdimov@pdimov.com> | 2017-06-09 19:43:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 19:43:39 +0300 |
commit | d3ebe1c538fa50e9b288376c6bc8613ff16361b9 (patch) | |
tree | e8047a35e25f4ca4ff9ab16f13fd054db01f82a3 /circle.yml | |
parent | 40f886a3204b8d9d82c5b40798277376bde1915b (diff) | |
download | boost-d3ebe1c538fa50e9b288376c6bc8613ff16361b9.tar.gz |
Create circle.yml
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
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: |