[latex3-commits] [git/LaTeX3-latex3-l3build] main: Support multiple configurations in bundles (e1dd8c2)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Mar 15 15:21:19 CET 2022
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/e1dd8c20d04e627fbac6a8115228ae1c64e843e7
>---------------------------------------------------------------
commit e1dd8c20d04e627fbac6a8115228ae1c64e843e7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Mar 15 14:20:57 2022 +0000
Support multiple configurations in bundles
>---------------------------------------------------------------
e1dd8c20d04e627fbac6a8115228ae1c64e843e7
CHANGELOG.md | 3 ++-
l3build.lua | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0ba05c..218b54b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
### Changed
- - if `\pdfmeta_set_regression_data:` is defined it is used
+ - If `\pdfmeta_set_regression_data:` is defined it is used
to set the meta data.
+- Support multiple configurations in bundles
## [2022-02-24]
diff --git a/l3build.lua b/l3build.lua
index 744f762..43b2494 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -134,7 +134,7 @@ else
end
if #checkconfigs > 1 then
- if options["target"] == "check" then
+ if options["target"] == "check" or options["target"] == "bundlecheck" then
local errorlevel = 0
local failed = { }
for i = 1, #checkconfigs do
More information about the latex3-commits
mailing list.