summaryrefslogtreecommitdiff
path: root/share/spack/qa/run-doc-tests
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27Remove documentation tests from GitHub Actions (#26981)Massimiliano Culpo1-26/+0
We moved documentation tests to readthedocs since a while, so remove the one on GitHub.
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-0/+6
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2017-05-17Sphinx no longer supports Python 2.6 (#4266)Adam J. Stewart1-1/+1
* Sphinx no longer supports Python 2.6 * Update vendored sphinxcontrib.programoutput from 0.9.0 to 0.10.0 * Documentation cannot be built in parallel * Let Travis install programoutput for us * Remove vendored sphinxcontrib-programoutput Recent updates to the sphinx package prevent the vendored version from being found in sys.path. We don't vendor sphinx, so it doesn't make sense to vendor sphinxcontrib-programoutput either.
2017-04-27Separate integration tests; simplify test scripts (#4006)Todd Gamblin1-25/+4
* Separate build integration tests; simplify test scripts - Move build tests out of the regular Travis unit tests, add more smoke test packages to build. - Run all test scripts with bash -e, which fails on error. - Factor coverage out into a Travis environment variable, so it's more obvious from .travis.yml which tests contribute to coverage and which don't. - Factor dependency checking and much of the front-matter in tests scripts into a setup.sh script, which is sourced by all the test scripts. Extra cruft in each tests script now reduced to 2 lines at the beginning.
2016-11-12Basic usage step-by-step tutorialGregory Becker1-2/+1
2016-10-02Run make clean to prevent warning messages (#1742)Adam J. Stewart1-4/+2
* Run make clean to prevent warning messages * Don't delete temporary files after completion
2016-09-08Add missing dependency for run-doc-tests (#1691)Adam J. Stewart1-0/+1
2016-08-30Add spack to the PATH for doc testsAdam J. Stewart1-0/+3
2016-08-30Always run Documentation testsAdam J. Stewart1-10/+2
2016-08-30Added more missing dependenciesAdam J. Stewart1-1/+3
2016-08-30Add mercurial package, used as test dependencyAdam J. Stewart1-0/+1
2016-08-30Only run unit tests when core Spack framework is modifiedAdam J. Stewart1-10/+15
2016-08-30Run documentation tests when documentation is modifiedAdam J. Stewart1-2/+38
2016-08-30Overhaul Spack's CI InfrastructureAdam J. Stewart1-0/+4