Show HN: Simplify the CI of your CMake-based project with this script(github.com)
github.com
Show HN: Simplify the CI of your CMake-based project with this script
https://github.com/xrootd/xrootd/blob/master/test.cmake
0 コメント
—
https://github.com/xrootd/xrootd/blob/master/test.cmake
—
ctest -VV -S test.cmake
If you don't have a CMake project to try it out, just use XRootD itself. The docs on how to use this script are here: https://github.com/xrootd/xrootd/blob/master/docs/TESTING.md
You can also see how the GitHub Actions workflows look like when using this script here: https://github.com/xrootd/xrootd/blob/master/.github/workflo...
I hope you enjoy!