Module: vkd3d Branch: master Commit: dbc5e7d07c45a0f0cde05f1088ddc003c3c99e7f URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/dbc5e7d07c45a0f0cde05f1088ddc0...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Tue Sep 26 11:20:39 2023 +0200
ci: Run cross tests on Windows.
A driver program is introduced to coordinate test running on Windows, similarly to what "make test" does on Linux and macOS.
---
.gitignore | 1 + .gitlab-ci.yml | 2 + Makefile.am | 27 ++++++- gitlab/README | 10 ++- gitlab/build-crosstest | 5 +- gitlab/test.yml | 35 +++++++++ tests/driver.c | 204 +++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 278 insertions(+), 6 deletions(-)