-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from pgRouting/develop
Develop
- Loading branch information
Showing
26 changed files
with
2,035 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,20 +7,13 @@ | |
|
||
#choose precise or trusty | ||
|
||
#group: edge | ||
#dist: trusty | ||
|
||
#dist: precise | ||
|
||
dist: trusty | ||
|
||
language: cpp | ||
|
||
compiler: | ||
- gcc | ||
|
||
#notifications: | ||
# email: | ||
# on_failure: [email protected] | ||
|
||
env: POSTGRESQL_VERSION=9.6 PG_USER=postgres DIST=precise | ||
|
||
|
@@ -30,22 +23,16 @@ matrix: | |
|
||
- os: linux | ||
sudo: required | ||
dist: trusty | ||
group: edge | ||
env: POSTGRESQL_VERSION=9.6 PG_USER=postgres DIST=trusty | ||
|
||
|
||
- os: linux | ||
sudo: required | ||
dist: trusty | ||
group: edge | ||
env: POSTGRESQL_VERSION=9.5 PG_USER=postgres DIST=trusty | ||
|
||
|
||
- os: linux | ||
sudo: required | ||
dist: trusty | ||
group: edge | ||
env: POSTGRESQL_VERSION=9.4 PG_USER=postgres DIST=trusty | ||
|
||
|
||
|
@@ -54,7 +41,7 @@ matrix: | |
addons: | ||
apt: | ||
sources: | ||
- - ubuntu-toolchain-r-test | ||
- ubuntu-toolchain-r-test | ||
# For cmake | ||
- kubuntu-backports | ||
- boost-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.