summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* meson: Fix warning about extract_all_objects usageNirbheek Chauhan2022-01-211-1/+1
| | | | | | | | | | | | | | We use this because of a meson bug that was fixed in 0.52: https://mesonbuild.com/Release-notes-for-0-52-0.html#improved-support-for-static-libraries Bump the requirement and remove the extract_all_objects workaround. This gets rid of a meson warning: WARNING: extract_all_objects called without setting recursive keyword argument. Meson currently defaults to non-recursive to maintain backward compatibility but the default will be changed in the future.
* gitlab-ci: Add meson build to pipeline testDylan Baker2018-11-291-2/+12
|
* ci: Add .gitlab-ci.ymlAdam Jackson2018-06-051-0/+9
Just builds on Fedora 28 for x86_64 at the moment, but it's a start. Credit to Daniel Stone for eliminating the nested docker image. Signed-off-by: Adam Jackson <ajax@redhat.com>