Add a github-ci script to test compilation on Linux, macOS and Windows #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently the build fails on macOS and Windows. Both builds are most likely fixed after applying my other PR (#7) - e.g. the Windows build also fails because of the
std::
prefix for math functions....in addition there's a lot of warnings in MSVC about double/float conversions which might be worth fixing:
'initializing': conversion from 'double' to 'float', possible loss of data
Example CI run in my fork:
https://github.com/floooh/implot3d/actions/runs/12393862255