mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Create circle.yml
This commit is contained in:
parent
40f886a320
commit
d3ebe1c538
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue