diff --git a/test/configs/amu-en.yml b/test/configs/amu-en.yml new file mode 100644 index 0000000..a505a06 --- /dev/null +++ b/test/configs/amu-en.yml @@ -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' diff --git a/test/run_tests.sh b/test/run_tests.sh index fb512f4..90577e4 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -16,7 +16,7 @@ check() cd "$PAPER_DIR" make clean 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 make arxiv-$PAPER_ID.tar.gz fi