-
Notifications
You must be signed in to change notification settings - Fork 44
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
WIP: Attempt to replace Travis with GitHub Actions #1070
Conversation
00f8c4c
to
253169d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1070 +/- ##
=========================================
- Coverage 94.0% 88.6% -5.4%
=========================================
Files 368 374 +6
Lines 17461 18532 +1071
=========================================
+ Hits 16423 16432 +9
- Misses 1038 2100 +1062 |
@clevelam There might be hope for switching from Travis to GitHub Actions. This is looking promising. |
+ Add workflows for autodoc, gcc+mpi, gcc+scalar, style checker, llvm+mpi, and clang-tidy. + Continue using existing Docker containers. + Add codecov instructions. + Remove travis yaml file.
384cf12
to
0587fa8
Compare
This looks great and I'm going to merge it. Just so I understand. Is this basically just telling the CI to use a pre-existing image that is in your user space on github? |
Conceptually, your comment is correct.
|
Background
Purpose of Pull Request
Description of changes
.github/workflow/*.yml
scripts that replicate old code found in.travis.yml
.Status