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

更新 .gitlab-ci.yml

上级 42e58a83
......@@ -80,6 +80,15 @@ teacher-check1:
diff template/output${i}.txt output${i}.txt -b -B -y -i --suppress-common-lines;
done
- fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- extracount=$(cd teacher_check && find . -name "input*.txt" | wc -l | cd ..)
- for i in $(seq 1 1 $extracount);
do
./app < 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;
done
- extracase.sh
only:
- master
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论