[latex3-commits] [git/LaTeX3-latex3-luaotfload] harfnode-dev: Let Travis use luahbtex too (edcbd09)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Oct 25 18:26:53 CEST 2019
Repository : https://github.com/latex3/luaotfload
On branch : harfnode-dev
Link : https://github.com/latex3/luaotfload/commit/edcbd09abdb41361f0820ef93a9721fcccede8e5
>---------------------------------------------------------------
commit edcbd09abdb41361f0820ef93a9721fcccede8e5
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Oct 25 17:55:54 2019 +0200
Let Travis use luahbtex too
>---------------------------------------------------------------
edcbd09abdb41361f0820ef93a9721fcccede8e5
texlive.sh | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/texlive.sh b/texlive.sh
index eacb0fa..560b7ee 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -19,9 +19,17 @@ if ! command -v texlua > /dev/null; then
cd ..
fi
+if ! tlmgr repository list | grep -q tlcontrib; then
+ # Add TL contrib
+ tlmgr repository add http://contrib.texlive.info/current tlcontrib
+fi
+
# Needed for any use of texlua even if not testing LuaTeX
tlmgr install l3build latex latex-bin luatex latex-bin-dev
+tlmgr pinning add tlcontrib 'luahbtex*'
+tlmgr install luahbtex
+
# Required to build plain and LaTeX formats:
# TeX90 plain for unpacking, pdfLaTeX, LuaLaTeX and XeTeX for tests
tlmgr install cm etex knuth-lib tex tex-ini-files unicode-data
More information about the latex3-commits
mailing list