Skip to content

Commit

Permalink
sprit {,e}{,u}ptriptest #158
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Apr 14, 2024
1 parent d3737cd commit 4aa0c1e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 7 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,31 @@ jobs:
--without-system-graphite2 \
--without-system-harfbuzz
make
- name: web2c triptest
shell: bash
run: |
cd ./source/Work/texk/web2c
export abs_srcdir=../$srcdir
export DIFF=diff
$srcdir/ptexdir/ptriptest.test || cat ptripdir/ptrip.log
echo ""
$srcdir/uptexdir/ptriptest.test || cat upptripdir/ptrip.log
echo ""
$srcdir/uptexdir/uptriptest.test || cat uptripdir/uptrip.log
echo ""
$srcdir/euptexdir/eptriptest.test || cat eupptripdir/eptrip.log
echo ""
$srcdir/euptexdir/euptriptest.test || cat euptripdir/euptrip.log
echo ""
env:
srcdir: "../../../texk/web2c"
TEXMFCNF: "../../../texk/kpathsea"

- name: web2c
shell: bash
run: |
cd ./source/Work/texk/web2c
make check
- name: web2c version check
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,17 +393,15 @@ jobs:
export abs_srcdir=../$srcdir
export DIFF=diff
export DIFFFLAGS="--strip-trailing-cr --ignore-matching-lines 'DVItype'"
$srcdir/ptexdir/ptriptest.test
$srcdir/ptexdir/ptriptest.test || cat ptripdir/ptrip.log
echo ""
$srcdir/uptexdir/ptriptest.test
$srcdir/uptexdir/ptriptest.test || cat upptripdir/ptrip.log
echo ""
$srcdir/uptexdir/ptriptest.test
$srcdir/uptexdir/uptriptest.test || cat uptripdir/uptrip.log
echo ""
$srcdir/uptexdir/uptriptest.test
$srcdir/euptexdir/eptriptest.test || cat eupptripdir/eptrip.log
echo ""
$srcdir/euptexdir/eptriptest.test
echo ""
$srcdir/euptexdir/euptriptest.test
$srcdir/euptexdir/euptriptest.test || cat euptripdir/euptrip.log
echo ""
env:
srcdir: "../../../texk/web2c"
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,31 @@ jobs:
--without-system-graphite2 \
--without-system-harfbuzz
make
- name: web2c triptest
shell: bash
run: |
cd ./source/Work/texk/web2c
export abs_srcdir=../$srcdir
export DIFF=diff
$srcdir/ptexdir/ptriptest.test || cat ptripdir/ptrip.log
echo ""
$srcdir/uptexdir/ptriptest.test || cat upptripdir/ptrip.log
echo ""
$srcdir/uptexdir/uptriptest.test || cat uptripdir/uptrip.log
echo ""
$srcdir/euptexdir/eptriptest.test || cat eupptripdir/eptrip.log
echo ""
$srcdir/euptexdir/euptriptest.test || cat euptripdir/euptrip.log
echo ""
env:
srcdir: "../../../texk/web2c"
TEXMFCNF: "../../../texk/kpathsea"

- name: web2c
shell: bash
run: |
cd ./source/Work/texk/web2c
make check
- name: web2c version check
Expand Down

0 comments on commit 4aa0c1e

Please sign in to comment.