On 15/02/2023 20.25, Alex Bennée wrote:
We do run tests on some cross builds. Provide a template to ensure we
export the testlog to the build artefacts and report the test results
via the junit.
Signed-off-by: Alex Bennée <[email protected]>
Reported-by: Peter Maydell <[email protected]>
---
v2
- properly format extends
---
.gitlab-ci.d/crossbuild-template.yml | 11 +++++++++++
.gitlab-ci.d/crossbuilds.yml | 12 +++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>