aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/clang_linux
AgeCommit message (Collapse)Author
2022-02-05Adapt testing to recursive pkg-config requirementsKai Pastor
When pkg-config is called with --static, it will recursively collect all Libs and Libs.private which are discovered via Requires and Requires.private. So these libs must be available for linking even when acutally only lib proj uses static linkage. Libs and pkg-config must be provided for the target triplet.
2022-02-05Harmonize CI apt setupKai Pastor
2022-02-01Use external gtest by default when detectedEven Rouault
2022-01-24CI: transition tests from autotools to cmake (#3023)Mike Taves
2021-04-30CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting ↵Even Rouault
allowing to choose which nlohmann/json to use Co-authored-by: Mike Taves <mwtoews@gmail.com>
2021-02-07CI: specify pip < 21.0; avoid using pip3 script (#2516)Mike Taves
2020-11-26Github action: add a clang linux build jobEven Rouault