提交 fc83d400 创建 作者: demo10's avatar demo10
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
- case1 - case1
variables: variables:
TEACHERCHECK_REPO: "engintime/cp-lab/teachers-packet/Lab011.git" TEACHERCHECK_REPO: "engintime/cp-lab/teachers-packet/Lab11.git"
.codecode-runner: &codecode-runner .codecode-runner: &codecode-runner
tags: tags:
...@@ -18,7 +18,7 @@ make: ...@@ -18,7 +18,7 @@ make:
script: script:
- make - make
- ./app < input1.txt > user_output1.txt - ./app < input1.txt > user_output1.txt
- execscore.sh 40 - execscore.sh 60
only: only:
- master - master
...@@ -43,7 +43,7 @@ case1: ...@@ -43,7 +43,7 @@ case1:
- make - make
- ./app < input1.txt > user_output1.txt - ./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 --suppress-common-lines
- execscore.sh 50 - execscore.sh 100
only: only:
- master - master
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论