Skip to content

Draft: gitlab-ci: Add CI support for testing cross-compilers

Ben Gamari requested to merge wip/cross-ci into master

This adds rudimentary validation of a subset of the testsuite with cross-compilers in CI. To accomplish this we introduce a new testsuite runner flag, --target-wrapper, which specifies a wrapper executable used to run code compiled for the target.

Edited by Ben Gamari

Merge request reports