Create circle.yml

This commit is contained in:
Peter Dimov 2017-06-09 19:43:39 +03:00 committed by GitHub
parent 40f886a320
commit d3ebe1c538

View file

@ -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: