Skip to content

Commit

Permalink
WIP: do not push
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Apr 12, 2022
1 parent 8e8872b commit 43c45b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,4 @@ bithesis

!templates/*.pdf
overleaf
*.zip
4 changes: 3 additions & 1 deletion scripts/regression-testing.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ if [[ $VERSION != $CUR_VERSION ]] {
}

ORI_PWD=`pwd`
echo $PWD
echo current dir: $PWD

for i ($ZIP_URL){
if [[ $i == *.zip ]] {
echo "============== start $i ==============="
file_name=${i:t}
unzip -o $file_name
dir_name=${file_name%.zip}
Expand All @@ -66,5 +67,6 @@ for i ($ZIP_URL){
latexmk -synctex=1 -interaction=nonstopmode -file-line-error -xelatex main.tex
cd $ORI_PWD
diff-pdf --view ./$dir_name/main.pdf ../templates/$dir_name/main.pdf
echo "============== end $i ==============="
}
}

0 comments on commit 43c45b6

Please sign in to comment.