mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Split ls line
This commit is contained in:
parent
96b0d7cd6f
commit
538ba984c8
1 changed files with 3 additions and 1 deletions
|
@ -423,7 +423,9 @@ before_script:
|
|||
- "> .rbconfig.time"
|
||||
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
|
||||
- date; make touch-unicode-files
|
||||
- [ ${TRAVIS_OS_NAME} != osx ] || ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time
|
||||
- |-
|
||||
[ ${TRAVIS_OS_NAME} != osx ] ||
|
||||
ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time
|
||||
- date; make -s $JOBS $UPDATE_UNICODE up
|
||||
- date; make -s $JOBS srcs
|
||||
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue