Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: Add GUI testing to each OS | Kyle Edwards | 2020-09-23 | 1 | -0/+1 |
| | |||||
* | gitlab-ci: add a job to make macOS packages | Ben Boeckel | 2020-09-16 | 1 | -0/+1 |
| | |||||
* | gitlab-ci: add a job to make a doc "bundle" | Ben Boeckel | 2020-09-16 | 1 | -0/+7 |
| | | | | | This can be added to any other platform's package by reusing the artifact. | ||||
* | Tests: Add cases for CTest cuda-memcheck parser | Tobias Ribizel | 2020-07-09 | 1 | -0/+2 |
| | |||||
* | gitlab-ci: use `extends` | Ben Boeckel | 2020-06-12 | 1 | -3/+3 |
| | | | | YAML anchors are not supported across include files. | ||||
* | gitlab-ci: split into multiple files | Ben Boeckel | 2020-06-12 | 1 | -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. |