Skip to content

WIP: build everything in gitlab-ci

Hans-Christoph Steiner requested to merge eighthave/auto:master into master

gitlab-ci provides a convenient way to manage and share large builds. It is based on Docker, so this is a pretty simple addition to the existing scripts. The trick will be to manage when to run the builds, since each push to this repo probably shouldn't trigger many hours of build time.

Here's an example run: https://gitlab.com/eighthave/auto/pipelines/37928164

Merge request reports