summaryrefslogtreecommitdiff
path: root/.gitlab/ci/configure_common.cmake
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Rename CI config variable to avoid conflict with CMAKE_BUILD_TYPEBrad King2021-07-021-2/+2
| | | | | | | Since commit e216b9bbd3 (cmake: Allow CMAKE_BUILD_TYPE to be set by environment variable, 2021-06-29), the `CMAKE_BUILD_TYPE` environment variable is interpreted by CMake, and can affect the test suite. Rename our CI config variable to avoid conflict.
* ci: do not use sccache for macOS packagingBrad King2020-12-101-1/+3
| | | | It is not compatible with building for multiple architectures.
* ci: use BOOL for boolean settingsBen Boeckel2020-05-261-2/+2
|
* gitlab-ci: add Windows infrastructureBen Boeckel2020-05-221-0/+4
|
* gitlab-ci: add Linux makefiles and ninja buildersBen Boeckel2020-05-221-0/+6
|
* gitlab-ci: add scripts for use by CIBen Boeckel2020-04-291-0/+3