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

modify .gitlab-ci.yml

上级 0122f583
......@@ -48,7 +48,7 @@ case1:
script:
- make
- ./app < input1.txt > user_output1.txt
- diff output1.txt user_output1.txt -b -B -y -i --suppress-common-lines
- diff output1.txt user_output1.txt -b -B -y -i -W 100
- execscore.sh 100
only:
- master
......@@ -60,13 +60,13 @@ teacher-check1:
- make
- ./app < input1.txt
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${CI_PROJECT_FORKSOURCE} template
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input1.txt input1.txt -b -B -y -i --suppress-common-lines
- diff template/output1.txt output1.txt -b -B -y -i --suppress-common-lines
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100
- diff template/input1.txt input1.txt -b -B -y -i -W 100
- diff template/output1.txt output1.txt -b -B -y -i -W 100
- fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input1.txt > user_output1.txt
- diff teacher_check/output1.txt user_output1.txt -b -B -y -i --suppress-common-lines
- diff teacher_check/output1.txt user_output1.txt -b -B -y -i -W 100
- extracase.sh
only:
- master
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论