提交 c99d0429 创建 作者: 宋海霞's avatar 宋海霞

更新 .gitlab-ci.yml

上级 d6caabef
...@@ -89,7 +89,8 @@ teacher-check1: ...@@ -89,7 +89,8 @@ teacher-check1:
./app.exe < teacher_check/input${i}.txt > user_output${i}.txt; ./app.exe < teacher_check/input${i}.txt > user_output${i}.txt;
diff teacher_check/output${i}.txt user_output${i}.txt -b -B -y -i -W 100; diff teacher_check/output${i}.txt user_output${i}.txt -b -B -y -i -W 100;
done done
extracase.sh;
source extracase.sh;
fi; fi;
only: only:
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论