modify

8 个作业 来自于 master 用时 12 秒 (排队 1 秒)

没有进行代码缺陷检查。可能是由于没有名称为“code-analysis”的job,请确认job名称。
未在本次提交中找到 .gitlab-ci.yml 文件
状态 运行分数 作业 ID 作业名称 覆盖率
  Make
已失败 #4107
ubuntu-16.04 short-job
make

00:12

 
  Code Analysis
已跳过 #4108
ubuntu-16.04 short-job allowed to fail
code-analysis
 
  Case1
已跳过 #4109
ubuntu-16.04 short-job
case1
已跳过 #4110
ubuntu-16.04 short-job allowed to fail manual
teacher-check1
 
  Case2
已跳过 #4111
ubuntu-16.04 short-job
case2
已跳过 #4112
ubuntu-16.04 short-job allowed to fail manual
teacher-check2
 
  Case3
已跳过 #4113
ubuntu-16.04 short-job
case3
已跳过 #4114
ubuntu-16.04 short-job allowed to fail manual
teacher-check3
 
作业 步骤 失败原因
已失败
make Make
Checking out 4ec1c860 as master...
Skipping Git submodules setup
$ bison -y --defines=ytab.h --report=all --report-file=y.output.txt --output=ytab.c --xml=y.output.xml sample.txt
$ make
gcc -g -w -fmax-errors=10 -std=c99 -fsigned-char -I. -D CODECODE_CI -c ytab.c -o ytab.o
gcc ./ytab.o -l"fl" -o app
$ ./app < input1.txt
syntax error
ERROR: Job failed: exit code 1