microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
787 stars 151 forks source link

Add GitHub Action for BVTs with subset of tests #164

Closed walbourn closed 1 month ago

walbourn commented 1 month ago

This builds the test suite such that it only needs a few test data files which are included directly in the test repo. This avoids LFS bandwidth traffic for the full set of test data.

Includes ADO YAML code review to clean up use of PATs, and to convert all use of vcpkg in the pipelines to 'manifest mode'.

Also sets the dependabot to not spam quite so often for GHA.

walbourn commented 1 month ago

https://github.com/walbourn/directxmeshtest/pull/16