mcuee/libusb-win32

github action

mcuee opened this issue · 10 comments

mcuee commented

It may be good to set up github action for CI/CD.

It may be good to set up github action for CI/CD.

Yes, this would be a logical step

Yes, any contributions are welcome

Running the static driver verifier can maybe be included? https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/static-driver-verifier

This should probably be added to the build system

The static driver verifier will be added to the build system after the first release of 3.0.0.X

Also, all errors and warnings will be fixed that is emitted by this system (currently its ~50 errors emitted - mostly minor)

I hope you mean 1.3.0.x :) BTW, libusbK.dll uses the driver version < 3.0.0.0 to distinguish it from libusbK.sys

mcuee commented

I hope you mean 1.3.0.x :)

Haha.

BTW, libusbK.dll uses the driver version < 3.0.0.0 to distinguish it from libusbK.sys

Interesting info. Thanks.

libwdi github CI example: with codeql, coverity and VS2022 as well as MSYS build.
https://github.com/pbatard/libwdi/tree/master/.github/workflows