Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: update to Fedora 33 for Linux builds | Ben Boeckel | 2020-11-13 | 4 | -130/+0 |
| | |||||
* | ci: install gmock in the Fedora 31 image | Brad King | 2020-11-13 | 1 | -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 testing | Kyle Edwards | 2020-10-20 | 1 | -0/+1 |
| | |||||
* | ci: add packages for many find modules to the Fedora 31 image | Brad King | 2020-10-05 | 3 | -1/+79 |
| | |||||
* | gitlab-ci: add ISPC to the Fedora CI image | Ben Boeckel | 2020-08-28 | 2 | -0/+17 |
| | |||||
* | ci: install ncurses and Qt development into the Fedora 31 image | Ben Boeckel | 2020-06-02 | 1 | -2/+4 |
| | |||||
* | ci: add dependencies for the test suite to the Fedora image | Ben Boeckel | 2020-05-22 | 1 | -0/+5 |
| | |||||
* | ci: add make to the CI image | Ben Boeckel | 2020-05-22 | 1 | -1/+2 |
| | |||||
* | ci: install sphinx into the CI image | Ben Boeckel | 2020-05-07 | 1 | -0/+6 |
| | |||||
* | ci: skip weak dependencies in the CI image | Ben Boeckel | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | ci: add a Docker container for building CMake | Ben Boeckel | 2020-04-29 | 2 | -0/+18 |
Since we're starting with just `clang-tidy`, external deps are not included right now. |