summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-06 22:37:58 +0000
committerKarl Berry <karl@freefriends.org>2020-03-06 22:37:58 +0000
commitf7122c415c143b7ea01f03f9fe9d96199f4d7dc5 (patch)
treeae7459484f3dbb3ce929eeb1fb51b8c69f398bb8 /Build
parent16f14fe0b00458538de43c834ca44e1be3158491 (diff)
attempt to reenable musl build on github.
git-svn-id: svn://tug.org/texlive/trunk@54134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/.travis.yml29
1 files changed, 14 insertions, 15 deletions
diff --git a/Build/source/.travis.yml b/Build/source/.travis.yml
index a905db1a014..baca8aa76a8 100644
--- a/Build/source/.travis.yml
+++ b/Build/source/.travis.yml
@@ -51,7 +51,6 @@ env:
- TL_MAKE_FLAGS="-j 2"
# disable direct build, we don't need to build x86=64-linux two times
-#
# - os: linux
# addons:
# apt:
@@ -86,17 +85,17 @@ matrix:
-v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive \
-it --rm i386/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"
-# - os: linux
-# services: docker
-# env:
-# - tldir=x86_64-linuxmusl
-# - package=texlive-bin-x86_64-musl.tar.gz
-# script: |
-# docker run \
-# -e TL_MAKE_FLAGS="${TL_MAKE_FLAGS}" \
-# -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive \
-# -it --rm alpine:3.2 sh -c \
-# "apk update; apk add --no-progress bash gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; ./Build -C"
+ - os: linux
+ services: docker
+ env:
+ - tldir=x86_64-linuxmusl
+ - package=texlive-bin-x86_64-musl.tar.gz
+ script: |
+ docker run \
+ -e TL_MAKE_FLAGS="${TL_MAKE_FLAGS}" \
+ -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive \
+ -it --rm alpine:3.2 sh -c \
+ "apk update; apk add --no-progress bash gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; ./Build -C"
# - os: osx
# osx_image: xcode7.3
# env:
@@ -105,9 +104,9 @@ matrix:
# before_script:
# script: ./Build -C
-# somehow all binaries are always put into x86_64-pc-linux-gnu, probably because
-# this is the architecture travis-ci is running on.
-# Rename to the currently built architecture
+# somehow all binaries are always put into x86_64-pc-linux-gnu, probably
+# because this is the architecture travis-ci is running on.
+# Rename to the currently built architecture.
before_deploy:
- if [ -n "$package" ]; then sudo mv inst/bin/* inst/bin/$tldir ; tar czvf ${package} -C inst/bin .; fi
- if [ -r inst/bin/*/luahbtex ] ; then cp inst/bin/*/luahbtex luahbtex.$tldir ; fi