summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: add ISPC to the Fedora CI imageBen Boeckel2020-08-286-0/+21
|
* ci: don't test BundleGeneratorTestBen Boeckel2020-06-121-0/+3
| | | | | This test uses shared global resources and doesn't work well with the CI infrastructure we have. It is tested by nightly builders however.
* gitlab-ci: add an Xcode testerBen Boeckel2020-06-124-2/+4
|
* Merge topic 'gitlab-ci-ext-test-sets' into release-3.18Brad King2020-06-125-1/+29
|\ | | | | | | | | | | | | | | | | | | 2e7cefec03 gitlab-ci: add a cuda10.2 builder 1a2961b895 Tests: add CUDA labels to tests which are affected by CUDA 2caa7502d5 ci: support running just a set of tests with external builders 26b4cbcf93 gitlab-ci: move Makefiles Linux tests to use the package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4877
| * gitlab-ci: add a cuda10.2 builderBen Boeckel2020-06-123-0/+21
| |
| * ci: support running just a set of tests with external buildersBen Boeckel2020-06-111-0/+7
| |
| * gitlab-ci: move Makefiles Linux tests to use the packageBen Boeckel2020-06-111-1/+1
| |
* | gitlab-ci: test QtDialog on macOSBen Boeckel2020-06-101-0/+2
| |
* | ci: add download information for Qt on macOSBen Boeckel2020-06-102-0/+12
| |
* | gitlab-ci: test QtDialog on WindowsBen Boeckel2020-06-102-1/+5
| |
* | ci: add a script to download QtBen Boeckel2020-06-102-0/+145
|/
* ci: remove unused sccache download scriptBen Boeckel2020-06-081-22/+0
|
* ci: fix the project detection for CDash submissionsBen Boeckel2020-06-031-1/+1
|
* gitlab-ci: add a Ninja Multi-Config test jobBen Boeckel2020-06-021-0/+1
| | | | This reuses the Ninja generator's tested build.
* gitlab-ci: also build ncurses and Qt code on LinuxBen Boeckel2020-06-024-3/+7
|
* ci: install ncurses and Qt development into the Fedora 31 imageBen Boeckel2020-06-021-2/+4
|
* gitlab-ci: pin windows and macos jobs to runners with matching toolsetsBrad King2020-05-291-1/+1
| | | | | | | | The toolsets available on machines hosting shell runners will evolve over time. Require the runners to have tags indicating that they have specific toolsets available. When toolsets are eventually removed from a runner, its tags can then be updated accordingly to prevent pipelines created for old commits from ever running on them.
* ci: disable java detectionBen Boeckel2020-05-283-2/+11
|
* gitlab-ci: add a test of the VS generator based off of the ninja buildBen Boeckel2020-05-262-0/+12
|
* ci: add a script to run the tests with an external CMakeBen Boeckel2020-05-262-0/+69
|
* ci: support setting the generator platform and toolsetBen Boeckel2020-05-261-0/+8
|
* ci: test the configuration that was builtBen Boeckel2020-05-261-0/+1
|
* ci: use BOOL for boolean settingsBen Boeckel2020-05-261-2/+2
|
* gitlab-ci: add windows builderBen Boeckel2020-05-221-0/+3
|
* gitlab-ci: add Windows infrastructureBen Boeckel2020-05-221-0/+4
|
* gitlab: add powershell scripts for utilitiesBen Boeckel2020-05-224-0/+66
|
* gitlab-ci: add a macos builderBen Boeckel2020-05-225-10/+76
|
* gitlab-ci: add Linux makefiles and ninja buildersBen Boeckel2020-05-225-0/+20
|
* ci: add dependencies for the test suite to the Fedora imageBen Boeckel2020-05-221-0/+5
|
* ci: add make to the CI imageBen Boeckel2020-05-221-1/+2
|
* gitlab-ci: add a sphinx builderBen Boeckel2020-05-072-0/+11
|
* ci: install sphinx into the CI imageBen Boeckel2020-05-071-0/+6
|
* ci: skip weak dependencies in the CI imageBen Boeckel2020-05-071-1/+1
|
* gitlab-ci: add iwyu jobBen Boeckel2020-04-291-0/+4
|
* gitlab-ci: add scripts for use by CIBen Boeckel2020-04-298-0/+146
|
* ci: add scripts to download build toolsBen Boeckel2020-04-293-0/+47
|
* ci: add an image for Debian 10Ben Boeckel2020-04-293-0/+69
| | | | This image is primarily for the include-what-you-use build.
* ci: add a Docker container for building CMakeBen Boeckel2020-04-292-0/+18
Since we're starting with just `clang-tidy`, external deps are not included right now.