-
Notifications
You must be signed in to change notification settings - Fork 55
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
MassInstallAction: Install the CI workflow on this repository #172
Conversation
Someone who knows a bit more about this package should look this over. I'm not sure of whether the ENV variables in the .travis.yml script should be used in "matrix" format and in what stage of the build process. In case it's not clear, the reason for this PR is that travis.org goes away in a week, and travis.com won't be free. So view this PR as a downpayment on the migration, but it will require the touch of someone who knows what s/he is doing. |
I'll do it later |
d63001e
to
60b6077
Compare
Codecov Report
@@ Coverage Diff @@
## master #172 +/- ##
=========================================
Coverage ? 67.75%
=========================================
Files ? 3
Lines ? 400
Branches ? 0
=========================================
Hits ? 271
Misses ? 129
Partials ? 0 Continue to review full report at Codecov.
|
357ca3f
to
dc3ef53
Compare
Ok, after a few attempts I think I reproduced the same setup as Travis before. The failure on Windows + Julia nightly + MKL is unrelated (and very weird: JuliaLang/julia#38993) |
dc3ef53
to
14912b3
Compare
14912b3
to
b90e59c
Compare
|
While I don't have the expertise to give this a serious review, this looks really nice to me. Thanks! |
Ok, I'm going to merge, if there are some details to fix we can do it afterwards, but at least we can keep CI going. |
This pull request sets up the CI workflow on this repository.