mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Make circle.yml identical on master and develop
This commit is contained in:
parent
47ef674f75
commit
7b5067c1fa
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ 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
|
||||
- exec "${HOME}/script.sh" machine_post
|
||||
checkout:
|
||||
post:
|
||||
|
|
Loading…
Add table
Reference in a new issue