[libvirt-rust 1/2] gitlab: introduce GitLab CI job for build

Andrea Bolognani abologna at redhat.com
Wed May 6 18:41:56 UTC 2020


On Tue, 2020-05-05 at 15:54 +0100, Daniel P. Berrangé wrote:
> +.dist_build_job_template: &dist_build_job_definition
> +  image: $CI_REGISTRY_IMAGE/ci-$NAME:latest
> +  stage: builds
> +  before_script:
> +    - export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
> +  script:
> +    - cargo test --verbose

Setting MAKEFLAGS is not needed here.

With that removed,

  Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list