Add test for English amuthesis
This commit is contained in:
parent
ec57ead6ae
commit
b6ef23a6d0
12
test/configs/amu-en.yml
Normal file
12
test/configs/amu-en.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
default_context:
|
||||||
|
latex_template: 'amu'
|
||||||
|
locale: 'pl_PL'
|
||||||
|
with_appendix: 'no'
|
||||||
|
extra_locale: 'en_US'
|
||||||
|
with_arxiv_package: 'no'
|
||||||
|
discipline: 'informatyka'
|
||||||
|
specialization: 'sztuczna inteligencja'
|
||||||
|
supervisor: 'prof. dr hab. Jan Nowak'
|
||||||
|
album_no: '123456'
|
||||||
|
contribution_declaration: 'no'
|
@ -16,7 +16,7 @@ check()
|
|||||||
cd "$PAPER_DIR"
|
cd "$PAPER_DIR"
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
if [[ "$config_file" != "configs/pw-thesis.yml" && "$config_file" != "configs/amu.yml" && "$config_file" != "configs/ieee-access.yml" ]]
|
if [[ "$config_file" != "configs/pw-thesis.yml" && "$config_file" != "configs/amu.yml" && "$config_file" != "configs/ieee-access.yml" && "$config_file" != "configs/amu-en.yml" ]]
|
||||||
then
|
then
|
||||||
make arxiv-$PAPER_ID.tar.gz
|
make arxiv-$PAPER_ID.tar.gz
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user