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

更新 .gitlab-ci.yml

上级 94dcd4d5
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论