pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.12k stars 364 forks source link

Upgrade Travis CI to use trusty #770

Closed dkastl closed 7 years ago

dkastl commented 7 years ago

There seems to be a couple of improvements available for Travis CI, for example container-based builds. Upgrading our travis.yaml may come with some advantages. https://docs.travis-ci.com/user/trusty-ci-environment

See also OSX builds: #409

cvvergara commented 7 years ago

Besides precise, i'ts being using trusty from a long time https://travis-ci.org/pgRouting/pgrouting/jobs/214659128/config https://travis-ci.org/pgRouting/pgrouting/jobs/214659129/config

dkastl commented 7 years ago

Oh, I missed the second entries in the matrix, sorry.

I was mainly thinking to add the initial configuration for OSX as well, then read "precise" and about container-based builds. Someone with more knowledge about how to compile pgRouting on Mac (but no knowledge with Travis CI), could fill the missing gaps.

cvvergara commented 7 years ago

that is why #409 is pending.