walbourn / directxtk12test

Tests for DirectX Tool Kit for Direct3D 12
https://github.com/Microsoft/DirectXTK12
MIT License
7 stars 3 forks source link

Add BUILD_BVT mode for ctest running as a GHA #48

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 using 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.

Proposal: