.travis.yml: split commands
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a1c4e0c96b
commit
b6f73c9034
@ -344,11 +344,10 @@ before_script:
|
|||||||
- "$SETARCH make reconfig"
|
- "$SETARCH make reconfig"
|
||||||
- "cp -pr config.cache config.status .ext/include ../config_2nd"
|
- "cp -pr config.cache config.status .ext/include ../config_2nd"
|
||||||
- "(cd .. && exec diff -ru config_1st config_2nd)"
|
- "(cd .. && exec diff -ru config_1st config_2nd)"
|
||||||
- |-
|
- "chmod u+w .."
|
||||||
chmod u+w ..
|
- "rm -r ~/config_2nd"
|
||||||
rm -r ~/config_2nd
|
- "mv ../config_2nd ~"
|
||||||
mv ../config_2nd ~
|
- "chmod u-w .."
|
||||||
chmod u-w ..
|
|
||||||
- "$SETARCH make -s $JOBS && make install"
|
- "$SETARCH make -s $JOBS && make install"
|
||||||
- "ccache --show-stats"
|
- "ccache --show-stats"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user