-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
continuous integration: Move to (or try) github actions #345
Comments
FWIW, i just began making the move, and got Apple/Clang building just minutes ago. My setup is unnecessarily complex, a nice one is available here: https://github.com/Dobiasd/FunctionalPlus/blob/master/.github/workflows/ci.yml Mine, should you want to look, is here: https://github.com/rollbear/trompeloeil/tree/try_github_actions/.github/workflows |
Yes, I saw that. That's actually the direct reason for creating this issue, don't want to be left out of the in-crowd :-) Thanks for the example! I looked at your config first, but as you say it seems complex :-) |
I'm working on gradually removing complications while also adding functionality. It may become useful as a template some time in the future, but currently it's messy. Let me know when you're reporting coverage to coveralls.io ;-) |
Issue #345: Use github actions as CI
Would perhaps indirectly solve #344, assuming it's easier to setup with github actions.
It might also be possible to run CI tests on FreeBSD then, via https://github.com/marketplace/actions/freebsd-vm.
Todo:
Coveralls now handled in #346. Unit tests postponed until #348.
The text was updated successfully, but these errors were encountered: