.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:
nobu 2018-11-27 08:39:38 +00:00
parent a1c4e0c96b
commit b6f73c9034

View File

@ -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"