[latex3-commits] [git/LaTeX3-latex3-latex2e] gh-actions-split-config: Experiment with configuration split (e096e8e5)
Marcel Fabian Krüger
tex at 2krueger.de
Wed Jan 18 18:30:18 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh-actions-split-config
Link : https://github.com/latex3/latex2e/commit/e096e8e5c62cd11225357da129e895d5d31bd2fd
>---------------------------------------------------------------
commit e096e8e5c62cd11225357da129e895d5d31bd2fd
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Wed Jan 18 18:30:18 2023 +0100
Experiment with configuration split
>---------------------------------------------------------------
e096e8e5c62cd11225357da129e895d5d31bd2fd
.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.