aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/cross-xfail-i386
Commit message (Collapse)AuthorAgeFilesLines
* ci: Run tests on i386 cross buildsAdam Jackson2019-09-171-0/+1
Yes, some tests fail, but we can turn those into XFAILs at meson time. Better to keep the things that work working than not cover them at all. Unfortunately XPASS results will not cause the build to fail until we update CI to meson 0.51 or newer. Reviewed-by: Daniel Stone <[email protected]>