On Tue, May 07, 2019 at 11:54:20AM +0200, Andrea Bolognani wrote:
> On Tue, 2019-04-16 at 11:19 +0100, Daniel P. Berrangé wrote:
> > +.job_template: &job_definition
> > + script:
> > +- mkdir vpath
> > +- cd vpath
>
> We use build/ for CentOS CI and Travis CI builds, so let's stick
> with
On Tue, 2019-04-16 at 11:19 +0100, Daniel P. Berrangé wrote:
> +.job_template: &job_definition
> + script:
> +- mkdir vpath
> +- cd vpath
We use build/ for CentOS CI and Travis CI builds, so let's stick
with that here as well.
> +- ../autogen.sh $CONFIGURE_OPTS
We have some code to
GitLab CI provides some shared build runners that use Docker containers.
This resource can usefully run cross-compiled builds since all other CI
build testing is currently x86 only, and Travis CI is already very busy
testing native builds.
Signed-off-by: Daniel P. Berrangé
---
.gitlab-ci.yml | 4