summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ispc_lang_support'Brad King2020-09-011-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * gitlab-ci: add ISPC to the Fedora CI imageBen Boeckel2020-08-281-1/+1
| |
* | gitlab-ci: add 'cmake' tag to all jobsBrad King2020-08-111-0/+3
|/ | | | | This will give us more granular control over which runners accept jobs for CMake.
* gitlab-ci: split linux and macos shared before scriptsBen Boeckel2020-06-121-2/+32
| | | | | They're not actually the same anyways and the anchors can't be shared between the files. We can figure out refactoring in the future.
* gitlab-ci: use `extends`Ben Boeckel2020-06-121-17/+17
| | | | YAML anchors are not supported across include files.
* gitlab-ci: split into multiple filesBen Boeckel2020-06-121-0/+180
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.