aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_generic/before_install.sh
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
2020-10-02.travis.yml: add a arm64 platformEven Rouault