-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add github actions CI inspired by travis/appveyor scripts #278
Conversation
a275289
to
6488b01
Compare
0a08d5c
to
4e471da
Compare
I think we need to decide which compilers we care about: https://github.com/bernhardmgruber/Vc/actions/runs/961463706 |
We need to add |
Good guess. Vc detects |
I removed the failing CI runs for now and will create a separate PR for them later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
This PR adds a few CI builds on Github actions that I have put together form a CI file of my own and taking inspiration from the existing travis/appveyor CI scripts.