Skip to content

Travis-CI: Use APT to install GEOS #235

Closed
@micahcochran

Description

@micahcochran

Install libgeos using apt would probably save almost 4 minutes of build time. There is also a newer version of GEOS already packaged.

In .travis.yaml replace the compiling of libgeos with this:

addons:
  apt:
    packages:
    - libgeos-3.3.8

Here are the docs for APT on Travis.

I'm putting this here until I can get PR #234 working and merged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions