-
Notifications
You must be signed in to change notification settings - Fork 451
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
Try makefile on travis ci #500
Try makefile on travis ci #500
Conversation
Thanks @weslleyspereira. That's a really good idea. |
Codecov Report
@@ Coverage Diff @@
## master #500 +/- ##
=======================================
Coverage 83.33% 83.33%
=======================================
Files 1820 1820
Lines 170857 170857
=======================================
Hits 142384 142384
Misses 28473 28473 Continue to review full report at Codecov.
|
This PR should be ready for review. It mitigates the inconsistencies between the Makefile and CMake build systems reported in #488. In this PR we have:
This PR does not modify the Meson build system. |
I think we are ready to retire the Meson build system. Thumbs up to this post if you think we should retire the Meson build system. Thumbs down if you think we should keep the Meson build system. |
…file-on-Travis-CI Try makefile on travis ci
Add tests for the Makefile build system using
make.inc.example
on Travis CI. Tests performed on both Linux and Mac OS