Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build system polish #11

Open
3 tasks
snake-biscuits opened this issue May 13, 2024 · 0 comments
Open
3 tasks

Build system polish #11

snake-biscuits opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request meta Broad structure / GitHub stuff

Comments

@snake-biscuits
Copy link
Owner

Testing multiple build systems gets messy fast:
bsp_regen_mess
Would be nice to hide these files away someplace (if possible)

Oh, and add cmake --build . --config Release to .github/workflows/build.yml
Debug builds aren't that useful to non-developers, since they can't run them

I wouldn't wish having to install 50GBs of Visual Studio on my worst enemy

Finally, when I was going through the CMake tutorial I stopped just before adding a --version argument
Including the commit, build date & build system would be nice too

Summary

  • cleaner top directory after building
  • both Release & Debug builds in MSVC automated builds
  • --version flag
@snake-biscuits snake-biscuits added enhancement New feature or request meta Broad structure / GitHub stuff labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request meta Broad structure / GitHub stuff
Projects
None yet
Development

No branches or pull requests

1 participant