.gitlab-ci.yml 294 B

12
  1. {"job" : {"script" : ["apt-get update", "apt-get -y dist-upgrade", "apt-get install -y autogen", "./bootstrap", "./configure --disable-NORMAL-CFLAGS --disable-TRICKY-CFLAGS --enable-verbose-compiler CFLAGS='-Ofast -pipe -flto -fno-aggressive-loop-optimizations'", "make -j", "make -j check"]}}