[latex3-commits] [l3svn] 02/02: Customise Travis TL set up

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 23:17:48 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 1ffb074441bfa3daccb0c7587a321cd5c873cc38
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 22:16:24 2015 +0100

    Customise Travis TL set up
    
    Adding packages by hand we save about 50% of the download requirement!
    Probably even bits of the 'core' could be removed, but that looks
    like some effort.
    
    Hopefully someone in the TL team will advise on how to do all of the
    package additon in the profile at some stage.
---
 texlive.sh |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index b7a9261..4a8bd57 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -12,7 +12,7 @@ cd install-tl-20*
 
 # Set up the automated install
 cat << EOF >> texlive.profile 
-selected_scheme scheme-basic
+selected_scheme scheme-minimal
 TEXDIR /tmp/texlive
 TEXMFCONFIG ~/.texlive2015/texmf-config
 TEXMFHOME ~/texmf
@@ -26,10 +26,12 @@ EOF
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
 
 # Core requirements for the test system
-tlmgr install ptex uptex xetex
+tlmgr install babel babel-english latex latex-bin latex-fonts latexconfig xetex
+tlmgr install --no-depends ptex uptex
 
 # Additional requirements for the xor test
-tlmgr install courier times
+tlmgr install courier psnfss times tools url
 
-# Additional requirements for the contrib tests
-tlmgr install cm-super ec siunitx
\ No newline at end of file
+# Additional requirements for contrib tests:
+# - siunitx
+tlmgr install amsmath ec siunitx

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list