[latex3-commits] [git/LaTeX3-latex3-fontspec] develop: Make test formats independent of branch name (804663f)
Marcel Fabian Krüger
tex at 2krueger.de
Sat Jul 2 13:15:26 CEST 2022
Repository : https://github.com/latex3/fontspec
On branch : develop
Link : https://github.com/latex3/fontspec/commit/804663f010f0119172937417382ea80883d92c5a
>---------------------------------------------------------------
commit 804663f010f0119172937417382ea80883d92c5a
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sat Jul 2 13:15:26 2022 +0200
Make test formats independent of branch name
>---------------------------------------------------------------
804663f010f0119172937417382ea80883d92c5a
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index c4276e4..92d2d12 100755
--- a/build.lua
+++ b/build.lua
@@ -39,7 +39,7 @@ end
gitbranch = os.capture('git rev-parse --abbrev-ref HEAD')
specialformats = specialformats or {}
-if gitbranch == "develop" then
+if os.getenv'TEST_DEV_FORMATS' then
specialformats.latex = {
xetex = {binary = "xetex", format = "xelatex-dev"},
luatex = {binary = "luahbtex", format = "lualatex-dev"},
More information about the latex3-commits
mailing list.