texlive[46423] Build/source/.travis.yml: try new travis which also
commits+preining at tug.org
commits+preining at tug.org
Wed Jan 24 05:35:06 CET 2018
Revision: 46423
http://tug.org/svn/texlive?view=revision&revision=46423
Author: preining
Date: 2018-01-24 05:35:06 +0100 (Wed, 24 Jan 2018)
Log Message:
-----------
try new travis which also tests alpine with musl
Modified Paths:
--------------
trunk/Build/source/.travis.yml
Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml 2018-01-24 04:13:22 UTC (rev 46422)
+++ trunk/Build/source/.travis.yml 2018-01-24 04:35:06 UTC (rev 46423)
@@ -13,12 +13,19 @@
language: c
-before_script:
- - find . -name \*.info -exec touch '{}' \;
+matrix:
+ include:
+ - os: linux
+ addons:
+ apt:
+ packages:
+ - libfontconfig-dev
+ - libx11-dev
+ - libxmu-dev
+ - libxaw7-dev
+ before_script: find . -name \*.info -exec touch '{}' \;
+ 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 find gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; cd texlive; find . -name \*.info -exec touch '{}' \; ; ./Build"
-before_install:
- - sudo apt-get -qq update
- - sudo apt-get install -y libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev
-
-script: ./Build
-
More information about the tex-live-commits
mailing list