Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-06 | Remove references to `master` from CI | Todd Gamblin | 1 | -2/+1 | |
- [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci` | |||||
2020-06-30 | run github workflows on release branches (#17317) | Greg Becker | 1 | -0/+1 | |
2020-06-15 | Skip failing test on MacOS (#17072) | Massimiliano Culpo | 1 | -2/+2 | |
* Skip failing test on MacOS * Update setup-python action and unpin coverage | |||||
2020-05-09 | Fix MacOS tests on develop | Massimiliano Culpo | 1 | -1/+1 | |
The -u option allows to update the current head, so tests won't fail if we are on develop | |||||
2020-05-09 | Add unit test on MacOS using Github Actions (#14220) | Massimiliano Culpo | 1 | -0/+48 | |
- Remove macos tests from travis - Add macos tests in github actions. |