ci: use GitLab CI to build
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 11 Mar 2018 06:08:50 +0000 (00:08 -0600)
committerWei Liu <wei.liu2@citrix.com>
Thu, 22 Mar 2018 09:04:23 +0000 (09:04 +0000)
commit822d388db3f047247176cc2bceb35c184a1f366d
tree70a7aa6124f6c2652791127b69b337da45ad740d
parent1feb202268f9d06329eecf4f4e29747a112dad5f
ci: use GitLab CI to build

Added a GitLab CI config which has a lot more flexibility to allow us to
test a lot more distro configurations than Travis can and even build
test on FreeBSD. This includes a modified copy of scripts/travis-build
that is expected to diverge future over time as we build more than what
Travis is currently building.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
.gitlab-ci.yml [new file with mode: 0644]
automation/scripts/build [new file with mode: 0755]