[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Experiment with configuration split (5eaba4c3)
Marcel Fabian Krüger
tex at 2krueger.de
Sat Jan 21 16:02:05 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/5eaba4c3d33067d267d791c914a5b45b8622c747
>---------------------------------------------------------------
commit 5eaba4c3d33067d267d791c914a5b45b8622c747
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Wed Jan 18 18:30:18 2023 +0100
Experiment with configuration split
>---------------------------------------------------------------
5eaba4c3d33067d267d791c914a5b45b8622c747
.github/workflows/main.yaml | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 3a01ab02..df598153 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -29,8 +29,32 @@ jobs:
# generate the artifact from PDF files and not the build directory and
# to generate the artifact when the run is successful, not when it fails.
include:
- - name: "Tests: base"
- l3build_cmd: cd base && l3build check -q --show-log-on-error
+ - name: "Tests: base - build"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c build
+ artifact_name: testfiles
+ - name: "Tests: base - 1run"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-1run
+ artifact_name: testfiles
+ - name: "Tests: base - TU"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-TU
+ artifact_name: testfiles
+ - name: "Tests: base - legacy"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-legacy
+ artifact_name: testfiles
+ - name: "Tests: base - lthooks"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-lthooks
+ artifact_name: testfiles
+ - name: "Tests: base - lthooks2"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-lthooks2
+ artifact_name: testfiles
+ - name: "Tests: base - ltcmd"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-ltcmd
+ artifact_name: testfiles
+ - name: "Tests: base - doc"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-doc
+ artifact_name: testfiles
+ - name: "Tests: base - ltmarks"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-ltmarks
artifact_name: testfiles
- name: "Tests: required"
l3build_cmd: cd required && l3build check -q --show-log-on-error
More information about the latex3-commits
mailing list.