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

更新 .gitlab-ci.yml

上级 e382f99f
...@@ -22,7 +22,7 @@ case1: ...@@ -22,7 +22,7 @@ case1:
<<: *codecode-runner <<: *codecode-runner
script: script:
- make - make
- ./app < input1.txt > user_output1.txt - ./app.exe < input1.txt > user_output1.txt
- diff output1.txt user_output1.txt -b -B -y -i -W 100 - diff output1.txt user_output1.txt -b -B -y -i -W 100
- execscore.sh 60 - execscore.sh 60
only: only:
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论