summaryrefslogtreecommitdiffstats
path: root/.gitlab/artifacts.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Add GUI testing to each OSKyle Edwards2020-09-231-0/+1
|
* gitlab-ci: add a job to make macOS packagesBen Boeckel2020-09-161-0/+1
|
* gitlab-ci: add a job to make a doc "bundle"Ben Boeckel2020-09-161-0/+7
| | | | | This can be added to any other platform's package by reusing the artifact.
* Tests: Add cases for CTest cuda-memcheck parserTobias Ribizel2020-07-091-0/+2
|
* gitlab-ci: use `extends`Ben Boeckel2020-06-121-3/+3
| | | | YAML anchors are not supported across include files.
* gitlab-ci: split into multiple filesBen Boeckel2020-06-121-0/+79
Also add comments for sections to make it easier to figure out what's going on. Also rename the `cmake_test_unix_package` to be Linux-specific since it actually is.