summaryrefslogtreecommitdiffstats
path: root/.gitlab/artifacts.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: upload JUnit reports for buildsBen Boeckel2021-06-301-0/+11
| | | | | GitLab can render test results which come from JUnit files and inform which tests have started failing on an MR.
* gitlab-ci: add jobs to build cmake.org/cmake/help/git-{master,stage} docsBrad King2021-05-071-0/+9
|
* gitlab-ci: always upload test and release artifactsBen Boeckel2021-03-011-0/+4
|
* Utilities/Release: Rename Linux packages to 'linux-$arch'Brad King2021-01-251-2/+2
|
* ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+Brad King2021-01-071-1/+1
| | | | | | | | | | In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825
* gitlab-ci: add jobs to make Linux release packages for aarch64 on 3.19 branchHi Key2020-12-221-0/+1
|
* ci: update macOS package to produce universal binariesBrad King2020-12-101-1/+1
| | | | | | | | Update our deployment target to macOS 10.10. This is required by Qt 5.9. Fixes: #21565 Issue: #20825
* gitlab-ci: add FortranC test directory to the artifactsBen Boeckel2020-10-061-0/+1
|
* gitlab-ci: add a job to make source packagesBrad King2020-09-291-0/+3
|
* 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.