texlive[46425] Build/source/.travis.yml: try more touching to ensure

commits+preining at tug.org commits+preining at tug.org
Wed Jan 24 07:02:06 CET 2018


Revision: 46425
          http://tug.org/svn/texlive?view=revision&revision=46425
Author:   preining
Date:     2018-01-24 07:02:05 +0100 (Wed, 24 Jan 2018)
Log Message:
-----------
try more touching to ensure yacc etc is not necessary

Modified Paths:
--------------
    trunk/Build/source/.travis.yml

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2018-01-24 04:39:12 UTC (rev 46424)
+++ trunk/Build/source/.travis.yml	2018-01-24 06:02:05 UTC (rev 46425)
@@ -23,9 +23,11 @@
             - libx11-dev
             - libxmu-dev
             - libxaw7-dev
-      before_script: find . -name \*.info -exec touch '{}' \;
+      before_script: 
+        - find . -name \*.info -exec touch '{}' \;
+        - touch $(eval echo $(find . -name \*.y -or -name \*.l | sed -e 's/\.[ly]$/.*/') ) | grep '(\.c\|\.h\|\.cc\|\.tab\.cc\|\.tab\.h)$'
       script: ./Build
     - os: linux
       services: docker
-      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t alpine:3.7 sh -c "apk update; apk add --no-progress bash findutils gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; cd texlive; find . -name \*.info -exec touch '{}' \; ; ./Build"
+      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t alpine:3.7 sh -c "apk update; apk add --no-progress bash findutils gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; cd texlive; find . -name \*.info -exec touch '{}' \; ; touch $(eval echo $(find . -name \*.y -or -name \*.l | sed -e 's/\.[ly]$/.*/') ) | grep '(\.c\|\.h\|\.cc\|\.tab\.cc\|\.tab\.h)$' ; ./Build"
 



More information about the tex-live-commits mailing list