mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Do apt installs before running our scripts.
This commit is contained in:
parent
ca9e3ddb6d
commit
ba75cc4d3b
1 changed files with 1 additions and 1 deletions
|
@ -22,13 +22,13 @@ machine:
|
|||
echo 'python "${HOME}/${SCRIPT}.py" "$@"' >> "${HOME}/script.sh"
|
||||
chmod +x "${HOME}/script.sh"
|
||||
post:
|
||||
- sudo apt-get update; sudo apt-get install xsltproc
|
||||
- exec "${HOME}/script.sh" machine_post
|
||||
checkout:
|
||||
post:
|
||||
- exec "${HOME}/script.sh" checkout_post
|
||||
dependencies:
|
||||
pre:
|
||||
- sudo apt-get update; sudo apt-get install xsltproc
|
||||
- exec "${HOME}/script.sh" dependencies_pre
|
||||
override:
|
||||
- exec "${HOME}/script.sh" dependencies_override
|
||||
|
|
Loading…
Add table
Reference in a new issue