提交 9e4f7cec 编写于 作者: D Daniel P. Berrangé

gitlab: add variable for make command name

To facilitate future jobs that will use FreeBSD
Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
Reviewed-by: NErik Skultety <eskultet@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 a6d2ae9b
variables:
MAKE: make
.job_template: &job_definition .job_template: &job_definition
script: script:
- mkdir build - mkdir build
- cd build - cd build
- ../autogen.sh $CONFIGURE_OPTS || (cat config.log && exit 1) - ../autogen.sh $CONFIGURE_OPTS || (cat config.log && exit 1)
- make -j $(getconf _NPROCESSORS_ONLN) - $MAKE -j $(getconf _NPROCESSORS_ONLN)
# We could run every arch on every versions, but it is a little # We could run every arch on every versions, but it is a little
# overkill. Instead we split jobs evenly across 9, 10 and sid # overkill. Instead we split jobs evenly across 9, 10 and sid
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册