Remove 5.20 build trigger from master branch - should only exist on release branches.
This commit is contained in:
parent
81bc2f41a6
commit
520b7ebbb6
@ -13,7 +13,6 @@ notifications:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- "5.20"
|
|
||||||
# enable building tags
|
# enable building tags
|
||||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||||
|
|
||||||
|
@ -183,3 +183,28 @@ Feature: Snap start/end point to the nearest way
|
|||||||
| x | n | xf,xf |
|
| x | n | xf,xf |
|
||||||
| x | o | xg,xg |
|
| x | o | xg,xg |
|
||||||
| x | p | xh,xh |
|
| x | p | xh,xh |
|
||||||
|
|
||||||
|
Scenario: Weighted snapping
|
||||||
|
# Given the query options
|
||||||
|
# | snapping | weighted |
|
||||||
|
Given a grid size of 10 meters
|
||||||
|
Given the node map
|
||||||
|
"""
|
||||||
|
a b c
|
||||||
|
1 2 3 4
|
||||||
|
5 6 7 8d
|
||||||
|
9
|
||||||
|
0 e
|
||||||
|
"""
|
||||||
|
|
||||||
|
And the ways
|
||||||
|
| nodes |
|
||||||
|
| ab |
|
||||||
|
| bc |
|
||||||
|
| cd |
|
||||||
|
| de |
|
||||||
|
|
||||||
|
When I route I should get
|
||||||
|
| from | to | route |
|
||||||
|
| 1 | 0 | ab,bc,cd,de |
|
||||||
|
| 2 | 0 | bc,cd,de |
|
Loading…
Reference in New Issue
Block a user