texlive[46487] Build/source/.travis.yml: CI: build i386/x86_64 musl

commits+preining at tug.org commits+preining at tug.org
Tue Jan 30 02:22:56 CET 2018


Revision: 46487
          http://tug.org/svn/texlive?view=revision&revision=46487
Author:   preining
Date:     2018-01-30 02:22:56 +0100 (Tue, 30 Jan 2018)
Log Message:
-----------
CI: build i386/x86_64 musl and allow for deployment

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

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2018-01-30 01:18:40 UTC (rev 46486)
+++ trunk/Build/source/.travis.yml	2018-01-30 01:22:56 UTC (rev 46487)
@@ -52,5 +52,23 @@
       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 gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; ./Build"
+      env:
+      - package=texlive-bin-x86_64-musl.tar.gz
+      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t 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"
+    - os: linux
+      services: docker
+      env:
+      - 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"
 
+before_deploy:
+  - if [ -n "$package" ]; then tar czvf ${package} -C inst/bin/ .; fi
+
+deploy:
+  provider: releases
+  api_key: $GH_TOKEN
+  file: $package
+  skip_cleanup: true
+  on:
+    tags: true
+    condition: $package != ""



More information about the tex-live-commits mailing list