Age | Commit message (Expand) | Author | Files | Lines |
2020-07-01 | Moved flake8, shell and documentation tests to Github Action (#17328) | Massimiliano Culpo | 1 | -109/+10 |
2020-06-30 | Add fish shell support (#9279) | Johannes Blaschke | 1 | -0/+2 |
2020-06-23 | Added unit tests to Github Actions (#16610) | Massimiliano Culpo | 1 | -21/+0 |
2020-05-12 | travis: use bionic as default for Linux (#16521) | Massimiliano Culpo | 1 | -17/+23 |
2020-05-11 | Remove 'spack bootstrap' and associated docs (#15179) | Massimiliano Culpo | 1 | -5/+0 |
2020-05-09 | Add unit test on MacOS using Github Actions (#14220) | Massimiliano Culpo | 1 | -20/+0 |
2020-05-09 | Increase coverage of spack.relocate (#16475) | Massimiliano Culpo | 1 | -0/+20 |
2020-04-28 | travis: extend the list of e-mails being notified of failures (#16352) | Massimiliano Culpo | 1 | -1/+3 |
2019-12-25 | Migrate build tests from Travis to Github Actions (#13967) | Massimiliano Culpo | 1 | -47/+0 |
2019-12-16 | Travis exits at the first failing test, pin codecov at v4.5.4 (#14179) | Massimiliano Culpo | 1 | -1/+1 |
2019-11-26 | Package Index: Build in Dockerhub (#13810) | Axel Huebl | 1 | -12/+0 |
2019-11-22 | Remove mirrors from Travis cache (#13841) | Massimiliano Culpo | 1 | -1/+0 |
2019-10-31 | Travis CI: Test Python 3.8 (#13347) | Adam J. Stewart | 1 | -11/+15 |
2019-10-22 | Disable macOS builds on PRs while we wait for Travis to catch up. (#13389) | Todd Gamblin | 1 | -0/+1 |
2019-10-21 | Bootstrap environment modules optimizing for generic architectures (#13105) | Massimiliano Culpo | 1 | -0/+5 |
2019-10-08 | travis: bump python version for flake8 and build tests | Massimiliano Culpo | 1 | -7/+7 |
2019-08-06 | Avoid sending empty reports to codecov (#12293) | Massimiliano Culpo | 1 | -3/+5 |
2019-07-05 | travis: the sudo tag is now deprecated (#11933) | cclauss | 1 | -10/+0 |
2019-07-05 | tests: add tests for setup-env.sh | Todd Gamblin | 1 | -23/+10 |
2019-06-18 | Ensure `brew update` is run before using brew in test environment (#11784) | Greg Becker | 1 | -0/+1 |
2019-05-11 | tests: stop testing Python 3.4 | Todd Gamblin | 1 | -5/+0 |
2019-05-11 | tests: require Python 2.6 tests to pass | Todd Gamblin | 1 | -2/+0 |
2019-05-10 | enable coverage for python 2.6 unit tests | Todd Gamblin | 1 | -1/+1 |
2019-05-11 | coverage: only run coverage for subset of unit tests | Todd Gamblin | 1 | -3/+3 |
2019-05-01 | Fix spack flake8 to use Travis's target as base when needed | Todd Gamblin | 1 | -1/+1 |
2019-04-11 | Updated Sphinx configuration (#11165) | Massimiliano Culpo | 1 | -1/+1 |
2019-02-28 | Added a sub-command to show if packages are relocatable (#9199) | Massimiliano Culpo | 1 | -0/+18 |
2018-12-30 | stopgap: allow travis to fail for Python 2.6 again | Todd Gamblin | 1 | -0/+2 |
2018-12-29 | coverage: use kcov to get coverage for our cc script | Todd Gamblin | 1 | -4/+6 |
2018-12-29 | bugfix: add codecov upload back to travis.yml (#10220) | Todd Gamblin | 1 | -0/+5 |
2018-12-29 | Use homebrew addon instead of manually invoking brew (#10213) | Todd Gamblin | 1 | -7/+8 |
2018-12-23 | travis: fix pip install for docker stage (#10177) | Omar Padron | 1 | -2/+3 |
2018-12-20 | Fix docker builds (#9805) | Omar Padron | 1 | -22/+0 |
2018-12-15 | Store ccache directory explicitly in Travis. (#10119) | Massimiliano Culpo | 1 | -0/+3 |
2018-12-15 | .travis.yml: enable ccache (#6370) | Christoph Junghans | 1 | -2/+9 |
2018-12-14 | Updated the Travis environment to xenial (#10090) | Massimiliano Culpo | 1 | -9/+2 |
2018-11-09 | travis: allow Python 2.6 to fail until we figure out why Travis hangs (#9776) | Todd Gamblin | 1 | -0/+2 |
2018-10-26 | docker: allow docker build to fail until it's fixed (#9658) | Todd Gamblin | 1 | -0/+1 |
2018-10-26 | docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329) | Omar Padron | 1 | -0/+28 |
2018-09-24 | travis: require sudo in an attempt to avoid build timeouts (#9327) | Todd Gamblin | 1 | -1/+8 |
2018-09-03 | travis: bring back macOS test in unit test stage | Todd Gamblin | 1 | -4/+1 |
2018-09-03 | travis: clean up .travis-ci.yml wrapping and indentation | Todd Gamblin | 1 | -7/+14 |
2018-09-03 | travis: fix macOS builds, avoid brew autoupdate | Todd Gamblin | 1 | -7/+12 |
2018-08-24 | Remove Python 3.3 from testing. | Todd Gamblin | 1 | -4/+0 |
2018-08-20 | Even better Makefile target parsing (#8819) | Adam J. Stewart | 1 | -0/+1 |
2018-08-04 | Generate coverage reports for all unit and build tests | Adam J. Stewart | 1 | -13/+13 |
2018-07-23 | tests: Add python 3.7 to Travis CI (#8778) | Massimiliano Culpo | 1 | -0/+15 |
2018-07-23 | tests: move doc tests to the unit test stage | Todd Gamblin | 1 | -9/+8 |
2018-07-19 | style: Add pep8-naming plugin to flake8 | Scott Wittenburg | 1 | -0/+1 |
2018-03-06 | Save sources in a mirror and cache it in Travis (#7392) | Massimiliano Culpo | 1 | -1/+4 |