texlive[47019] Build/source/.travis.yml: travis* remove i386_musl,

commits+preining at tug.org commits+preining at tug.org
Mon Mar 19 04:16:36 CET 2018


Revision: 47019
          http://tug.org/svn/texlive?view=revision&revision=47019
Author:   preining
Date:     2018-03-19 04:16:36 +0100 (Mon, 19 Mar 2018)
Log Message:
-----------
travis* remove i386_musl, build jessie for release

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

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2018-03-19 03:03:07 UTC (rev 47018)
+++ trunk/Build/source/.travis.yml	2018-03-19 03:16:36 UTC (rev 47019)
@@ -59,9 +59,9 @@
     - os: linux
       services: docker
       env:
-      - tldir=i386-linuxmusl
-      - package=texlive-bin-i386-musl.tar.gz
-      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t i386/alpine:3.1 sh -c "apk update; apk add --no-progress bash gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; ./Build -C"
+      - tldir=x86_64-linux
+      - package=texlive-bin-x86_64-linux.tar.gz
+      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t debian/jessie sh -c "apt-get update; apt-get install -y --no-install-recommends bash gcc g++ make perl libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev build-essential ; ./Build -C"
 
 before_deploy:
   - if [ -n "$package" ]; then mv inst/bin/x86_64-pc-linux-gnu inst/bin/$tldir ; tar czvf ${package} -C inst/bin .; fi



More information about the tex-live-commits mailing list