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

更新 .gitlab-ci.yml

上级 8f593ec6
流水线 #151428 已失败 于阶段
用时 29 秒
......@@ -51,12 +51,7 @@ case1:
- count=$(find . -name "input*.txt" | wc -l)
- for i in $(seq 1 1 $count)
do
./app.exe < input${i}.txt > user_output${i}.txt
diff output${i}.txt user_output${i}.txt -b -B -y -i -W 100
let score+=40/$count
if [ $i == $count ]; then
score=100
fi
echo "hello world"
done
# - ./app < input1.txt > user_output1.txt
# - diff output1.txt user_output1.txt -b -B -y -i -W 100
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论