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

更新 .gitlab-ci.yml

上级 2d5115dd
...@@ -47,7 +47,7 @@ case1: ...@@ -47,7 +47,7 @@ case1:
script: script:
- ./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 70
only: only:
- master - master
...@@ -76,7 +76,7 @@ case2: ...@@ -76,7 +76,7 @@ case2:
script: script:
- ./app input2.txt > user_output2.txt - ./app input2.txt > user_output2.txt
- diff output2.txt user_output2.txt -b -B -y -i --suppress-common-lines - diff output2.txt user_output2.txt -b -B -y -i --suppress-common-lines
- execscore.sh 60 - execscore.sh 80
only: only:
- master - master
...@@ -105,7 +105,7 @@ case3: ...@@ -105,7 +105,7 @@ case3:
script: script:
- ./app input3.txt > user_output3.txt - ./app input3.txt > user_output3.txt
- diff output3.txt user_output3.txt -b -B -y -i --suppress-common-lines - diff output3.txt user_output3.txt -b -B -y -i --suppress-common-lines
- execscore.sh 65 - execscore.sh 100
only: only:
- master - master
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论