Skip to content

Commit

Permalink
scripts: add build-save.sh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Mar 11, 2019
1 parent 62c8c49 commit b872d48
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test/

*.bat

scripts/*.local.sh
source/*.sh
source/*.md
source/*.tex
Expand Down
12 changes: 12 additions & 0 deletions scripts/build-save.sh
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
4 changes: 0 additions & 4 deletions source/latexmkrc-en

This file was deleted.

0 comments on commit b872d48

Please sign in to comment.