Generate man pages for linux mvis tool#62
Conversation
|
Hello @Samanyu-dev can you check out the Makefile just to make sure that it doesn't break what you did. Thank you. |
|
Hey @light89219 Looks good to me, and the man page looks professional, thank you for taking the time reading thru all the codebase, and coming up with the man page. Just waiting for the approval of Samsie. and then I'll merge it |
|
hey @SickleFire @light89219 , Makefile changes will not break the automated macOS releases because our GitHub Actions (release.yml) use cargo commands directly, rather than relying on make
the new build-release target in their Makefile does miss the macOS code signing step that was originally present in make build. If a macOS user runs make install locally, they'll get a broken, unsigned binary.
can we have a line like : |
|
Oh yeah, I missed that in our release.yml will fix that, I forgot to include your signing in our release.yml |
|
hey @SickleFire can we add macOS tests to be run alongside ubuntu and windows code : then post - name: Build |
|
@SickleFire, add an issue to add macOS to tests and releases as I dont see the necessary code for it the latest repository code. |





Generate man pages for linux mvis tool
Related issues