From 387bc346cef7111884a4918bfa3cbf8859d191cb Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 1 Apr 2018 02:57:00 +0000 Subject: some .travis games, grab i386-linux from travis, too git-svn-id: svn://tug.org/texlive/trunk@47219 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/.travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Build/source') diff --git a/Build/source/.travis.yml b/Build/source/.travis.yml index 8e80fd3a030..e9230fb038a 100644 --- a/Build/source/.travis.yml +++ b/Build/source/.travis.yml @@ -72,8 +72,11 @@ matrix: - 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 -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 before_deploy: - - if [ -n "$package" ]; then mv inst/bin/* inst/bin/$tldir ; tar czvf ${package} -C inst/bin .; fi + - if [ -n "$package" ]; then mv inst/bin/x86_64-pc-linux-gnu inst/bin/$tldir ; tar czvf ${package} -C inst/bin .; fi deploy: provider: releases -- cgit v1.2.3