summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/fedora31
Commit message (Collapse)AuthorAgeFilesLines
* ci: update to Fedora 33 for Linux buildsBen Boeckel2020-11-134-130/+0
|
* ci: install gmock in the Fedora 31 imageBrad King2020-11-131-0/+2
| | | | | | | | | 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: Install jsonschema for schema testingKyle Edwards2020-10-201-0/+1
|
* ci: add packages for many find modules to the Fedora 31 imageBrad King2020-10-053-1/+79
|
* gitlab-ci: add ISPC to the Fedora CI imageBen Boeckel2020-08-282-0/+17
|
* ci: install ncurses and Qt development into the Fedora 31 imageBen Boeckel2020-06-021-2/+4
|
* 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
|
* 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
|
* 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.