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

更新 .gitlab-ci.yml

上级 9ef4ebec
流水线 #151443 已通过 于阶段
用时 20 秒
...@@ -31,10 +31,11 @@ case1: ...@@ -31,10 +31,11 @@ case1:
./app.exe < input${i}.txt > user_output${i}.txt; ./app.exe < input${i}.txt > user_output${i}.txt;
let score+=40/$count; let score+=40/$count;
if [ $i == $count ]; then score=100; fi; if [ $i == $count ]; then score=100; fi;
source execscore.sh $score;
done done
# - ./app < input1.txt > user_output1.txt # - ./app < 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:
- master - master
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论