- Aug 13, 2020
-
-
Massimiliano Culpo authored
Updated actions where needed
-
Todd Gamblin authored
- [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci`
-
- Jul 29, 2020
-
-
Massimiliano Culpo authored
Updated actions where needed
-
- Jul 06, 2020
-
-
Todd Gamblin authored
- [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci`
-
- Jun 30, 2020
-
-
Greg Becker authored
-
- Apr 07, 2020
-
-
Adam J. Stewart authored
-
- Mar 12, 2020
-
-
Massimiliano Culpo authored
* Check on Python versions uses action/checkout@v2 * Update the apt cache before installing system packages
-
- Feb 28, 2020
-
-
Massimiliano Culpo authored
-
- Jan 01, 2020
-
-
Todd Gamblin authored
I usually want to look at the Travis CI output, but I currently have to scroll down to see it. This renames checks to be a bit shorter and more consistent with Travis's naming, and also so that actions appear lower than travis and codecov in the list of checks.
-
- Dec 25, 2019
-
-
Massimiliano Culpo authored
This PR moves build smoke tests from TravisCI and migrates them to Github Actions. The result is that build tests are performed in parallel with unit tests and they don't hog additional resources on Travis. The workflow will not run if a PR only changes packages in the built-in repository, but will always run on pushes to develop or master. * Removed build tests from Travis and passed them to Github Actions * Store ~/.ccache in Github Actions cache * Add filters on paths and make sure this workflow don't run * Use paths-ignore and exclude only files in the built-in repo * Added a badge to README.md
-