-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: add build-save.sh [ci skip]
- Loading branch information
1 parent
62c8c49
commit b872d48
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ test/ | |
|
||
*.bat | ||
|
||
scripts/*.local.sh | ||
source/*.sh | ||
source/*.md | ||
source/*.tex | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/env sh | ||
|
||
# TEST_FILES_UTF8="internal api user encodings01 encodings02 encodings03 encodings04 encodings05 encodings06 encodings07 encodings08 compilation-utf8" | ||
# TEST_FILES_GBK_BIG5="cjk01 cjk02 cjk03 encodings01 encodings02 encodings03 encodings04 encodings05 encodings06 encodings07 encodings08 compilation-gbk compilation-big5" | ||
|
||
|
||
TEST_FILES_UTF8="internal api" | ||
TEST_FILES_GBK_BIG5="cjk01 cjk02" | ||
|
||
texlua build.lua save -e xetex $TEST_FILES_UTF8 | ||
texlua build.lua save -e luatex $TEST_FILES_UTF8 | ||
texlua build.lua save $TEST_FILES_GBK_BIG5 |
This file was deleted.
Oops, something went wrong.