mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Do apt installs before running our scripts.
This commit is contained in:
parent
1430b6fa7b
commit
f1a5cef6b3
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