walbourn / directxtktest

Tests for DirectX Tool Kit for Direct3D 11
https://github.com/Microsoft/DirectXTK
MIT License
18 stars 8 forks source link

Add BUILD_BVT mode for ctest running as a GHA #46

Open walbourn opened 1 month ago

walbourn commented 1 month ago

A subset of the test suite should be buildable and run as a GitHub action. The challenge is that it needs to leverage WARP and use a 'headless' render target since there's no guarantees of GPU support in a GHA runner.

walbourn commented 1 month ago

The only command-line tests currently that would work in the cloud are headertest and wavtest. The audio requires an output device, so those command-line tests don't really work either.

Proposal: