[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: More splitting (aea93573)
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/aea935730237566a2edd1bea6096f9ac71fed0b3
>---------------------------------------------------------------
commit aea935730237566a2edd1bea6096f9ac71fed0b3
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Wed Jan 18 18:44:07 2023 +0100
More splitting
>---------------------------------------------------------------
aea935730237566a2edd1bea6096f9ac71fed0b3
.github/workflows/main.yaml | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index df598153..221ccf6f 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -29,8 +29,14 @@ 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 - build"
- l3build_cmd: cd base && l3build check -q --show-log-on-error -c build
+ - name: "Tests: base - build - pdftex"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c build -e pdftex
+ artifact_name: testfiles
+ - name: "Tests: base - build - xetex"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c build -e xetex
+ artifact_name: testfiles
+ - name: "Tests: base - build - luatex"
+ l3build_cmd: cd base && l3build check -q --show-log-on-error -c build -e luatex
artifact_name: testfiles
- name: "Tests: base - 1run"
l3build_cmd: cd base && l3build check -q --show-log-on-error -c config-1run
@@ -59,8 +65,11 @@ jobs:
- name: "Tests: required"
l3build_cmd: cd required && l3build check -q --show-log-on-error
artifact_name: testfiles
- - name: "Documentation"
- l3build_cmd: l3build doc -q -H --show-log-on-error
+ - name: "Documentation: base"
+ l3build_cmd: cd base && l3build doc -q -H --show-log-on-error
+ artifact_name: Documentation
+ - name: "Documentation: required"
+ l3build_cmd: cd required && l3build doc -q -H --show-log-on-error
artifact_name: Documentation
name: ${{ matrix.name }}
steps:
More information about the latex3-commits
mailing list.