summaryrefslogtreecommitdiffstats
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: update macOS jobs to use Xcode 12.0Brad King2020-11-181-4/+4
|
* ci: update to use CMake 3.19.0Brad King2020-11-182-5/+5
|
* gitlab-ci: Update Windows builds to MSVC 19.28Brad King2020-11-171-4/+4
|
* gitlab-ci: use Fedora 33 to build sourcesBen Boeckel2020-11-131-1/+1
|
* gitlab-ci: update Linux CI to use Fedora 33Ben Boeckel2020-11-1310-24/+24
|
* ci: update to Fedora 33 for Linux buildsBen Boeckel2020-11-134-2/+5
|
* ci: install gmock in the Fedora 31 imageBrad King2020-11-132-1/+3
| | | | | | | | | The gmock libraries are referenced by GTest's CMake package files. While at it, also explicitly install gettext. It is installed already, but make it explicit for future testing of the FindGettext module. (cherry picked from commit 585cc7c9301ff474a40d7702ce429b93f474d44f)
* ci: update to Qt 5.15.1Ben Boeckel2020-10-272-16/+9
|
* ci: update to use CMake 3.18.4Ben Boeckel2020-10-272-5/+5
|
* Merge topic 'cmakepresets-schema' into release-3.19Kyle Edwards2020-10-213-1/+3
|\ | | | | | | | | | | | | | | | | 21bc2fd945 CI: Install jsonschema for schema testing e3bce8edf4 Tests: Add JSON schema validation to CMakePresets.json tests 0307f7c980 Help: Add JSON schema for CMakePresets.json Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5366
| * CI: Install jsonschema for schema testingKyle Edwards2020-10-203-1/+3
| |
* | ci: add Python to PATH on WindowsBrad King2020-10-202-0/+44
|/ | | | | | | Our test suite searches for a Python interpreter to perform some extra checks. Our CI base images for Linux have Python available. Update our Windows jobs to provide a Python interpreter for our test suite to find consistently between the build and test steps.
* ci: use a patched sccache on macOSBen Boeckel2020-10-191-4/+12
| | | | | | | This version is much less likely to timeout on server startup since it runs the expensive computation in a background thread. See https://github.com/mozilla/sccache/pull/868 for the status.
* FindPython: Enable C language in tests that find the Development componentMarc Chevrier2020-10-071-4/+3
| | | | | | | | | | | Since commit 5537ccd814 (FindPython: Tests optimizations, 2020-10-01) some FindPython tests fail because the Development component cannot be found without knowing `CMAKE_LIBRARY_ARCHITECTURE`. Enable at least one language in each of these test cases to get that value. This is consistent with use in practice because the Development component does not make much sense without a language to compile sources anyway. Fixes: #21277
* gitlab-ci: add rules to enable jobs in a nightly pipeline scheduleBrad King2020-10-072-0/+10
|
* gitlab-ci: configure continuous job ctest build name and model accordinglyBrad King2020-10-071-0/+2
|
* gitlab-ci: factor out ctest_start() model into a variableBrad King2020-10-073-2/+3
|
* gitlab-ci: use ctest_start GROUP option instead of deprecated TRACKBrad King2020-10-073-9/+9
|
* gitlab-ci: add FortranC test directory to the artifactsBen Boeckel2020-10-061-0/+1
|
* ci: enable IPO tests on Debian 10 and Fedora 31 buildsBrad King2020-10-052-0/+6
|
* ci: enable Fortran submodule tests on Debian 10 and Fedora 31 buildsBrad King2020-10-052-0/+2
|
* ci: enable Qt5 tests on Debian 10 and Fedora 31 buildsBrad King2020-10-052-0/+2
|
* gitlab-ci: add job to run test suite on Debian 10 with ninjaBrad King2020-10-053-1/+70
|
* ci: add packages for many find modules to the Debian 10 imageBrad King2020-10-053-0/+85
|
* ci: enable many find module tests for the Fedora 31 Makefiles buildBrad King2020-10-054-1/+64
|
* ci: add packages for many find modules to the Fedora 31 imageBrad King2020-10-053-1/+79
|
* ci: Skip the Module.ExternalData test on WindowsBrad King2020-10-011-0/+9
| | | | | | | This test spuriously fails too frequently and breaks our pipelines. Pending further investigation into the race causing the failure, skip the test on Windows for now. The module is well covered by the test on other platforms anyway.
* ci: support a max parallelism for test-ext jobsBrad King2020-10-011-0/+5
| | | | | | | Machines may have more cores than testing actually supports. Apply the change from commit e80362252f (ci: support a max parallelism for tests, 2020-09-28) to tests in the test-ext stage too.
* gitlab-ci: hide modern whitespace attribute usage from old Git versionsBen Boeckel2020-10-011-0/+10
| | | | | The old Git doesn't understand our new `eol=` attribute usage, so make it not care about the difference.
* gitlab-ci: add jobs to make Linux release packagesBen Boeckel2020-10-011-0/+44
| | | | These reuse the doc artifacts as the macOS package does.
* gitlab-ci: configure rules to enable continuous builds of staged MRsBrad King2020-09-302-0/+11
| | | | | Configure rules to allow jobs for continuous builds to be enabled on a project that configures a specific branch this purpose.
* gitlab-ci: use separate rules for dependent jobsBrad King2020-09-301-0/+10
|
* gitlab-ci: add a job to make source packagesBrad King2020-09-294-0/+27
|
* gitlab-ci: re-organize packaging pipelineBrad King2020-09-292-1/+11
| | | | | Move the macOS package build job into the `build` stage. Since it depends on the sphinx doc package job, add a preceding `prep` stage.
* ci: support a max parallelism for testsBen Boeckel2020-09-281-0/+5
| | | | Machines may have more cores than testing actually supports.
* sccache: use a different port for CMake buildsBen Boeckel2020-09-282-0/+4
| | | | This avoids server reuse between different projects on the same machine.
* ci: convert one build to cover strict C++11 usageBrad King2020-09-281-0/+4
| | | | | | Without this, we do not cover compilation with only C++11 until nightly testing, at which point many builds require it, and failures block merging anything that was staged.
* gitlab-ci: Add GUI testing to each OSKyle Edwards2020-09-237-0/+19
|
* gitlab-ci: minimize pipeline for packagingBrad King2020-09-171-1/+5
|
* gitlab-ci: update macOS jobs to use Xcode 11.7Brad King2020-09-171-4/+4
|
* gitlab-ci: reduce verbosity of binary uploadBrad King2020-09-171-1/+1
| | | | Tell `ssh` not to print informational messages.
* gitlab-ci: add a job to upload macOS binariesBen Boeckel2020-09-161-0/+18
|
* ci: use a pre-built Qt for macOS packagesBen Boeckel2020-09-162-9/+25
|
* gitlab-ci: add a job to make macOS packagesBen Boeckel2020-09-163-0/+60
|
* gitlab-ci: add a job to make a doc "bundle"Ben Boeckel2020-09-166-7/+40
| | | | | This can be added to any other platform's package by reusing the artifact.
* gitlab-ci: always place the build directory at the topBen Boeckel2020-09-161-1/+1
|
* ci: remove extra newlineBen Boeckel2020-09-161-1/+0
|
* Merge topic 'gitlab-ci-prefer-mr'Brad King2020-09-101-4/+4
|\ | | | | | | | | | | | | f6a80ffd54 gitlab-ci: Prefer MR rules for any pipeline associated with a MR Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5214
| * gitlab-ci: Prefer MR rules for any pipeline associated with a MRBrad King2020-09-101-4/+4
| | | | | | | | | | | | | | GitLab 13.3 started creating MR pipelines in the parent project of a MR from a fork, at least when the MR submitter is a developer in the parent project. If the pipeline is associated with a MR, we should use the corresponding rules regardless of which project hosts the pipeline.
* | Merge topic 'ispc_lang_support'Brad King2020-09-017-1/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ece12b7e4 gitlab-ci: add ISPC to the Fedora CI image 8976817d6d ISPC: Update help documentation to include ISPC 2368f46ba4 ISPC: Support building with the MSVC toolchain e783bf8aa6 ISPC: Support ISPC header generation byproducts and parallel builds 34cc6acc81 Add ISPC compiler support to CMake 419d70d490 Refactor some swift only logic to be re-used by other languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5065