ATFutures / geoplumber

Serve geographic data from R and consume with scalable front end.
https://atfutures.github.io/geoplumber/
59 stars 7 forks source link

Reduce travis apt list #38

Closed mpadge closed 5 years ago

mpadge commented 5 years ago

Following this short discussion

layik commented 5 years ago

This has decreased the build time on travis (from about 6 to 11 mins to about 3 mins) and also allows us to write more tests.

layik commented 5 years ago

Looks like this will get much better if we can do similar to what we have done for ATT.

layik commented 5 years ago
addons:
  apt:
    packages:
      - libudunits2-dev # paper.Rmd see travis builds/508333361#L1622
      - libgdal-dev
      - libgeos-dev
      - libssl-dev
      - xclip

This did not work as I expected. https://stackoverflow.com/a/41945450/2332101