Skip to content

Commit 7d1a12a

Browse files
committed
build osx binary for node4 and bump to RC 2
1 parent 6d7420e commit 7d1a12a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ matrix:
162162
after_success:
163163
- ./scripts/travis/publish.sh
164164

165+
- os: osx
166+
osx_image: xcode9.2
167+
compiler: "mason-osx-release-node-4"
168+
# we use the xcode provides clang and don't install our own
169+
env: ENABLE_MASON=ON BUILD_TYPE='Release' CUCUMBER_TIMEOUT=60000 CCOMPILER='clang' CXXCOMPILER='clang++' ENABLE_ASSERTIONS=ON ENABLE_LTO=ON NODE="4"
170+
after_success:
171+
- ./scripts/travis/publish.sh
172+
165173
# Shared Library
166174
- os: linux
167175
compiler: "gcc-7-release-shared"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 5.16.0 RC 1
1+
# 5.16.0 RC 2
22
- Changes from 5.15.1:
33
- Guidance
44
- ADDED #4676: Support for maneuver override relation, allowing data-driven overrides for turn-by-turn instructions [#4676](https://github.com/Project-OSRM/osrm-backend/pull/4676)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrm",
3-
"version": "5.16.0-rc.1",
3+
"version": "5.16.0-rc.2",
44
"private": false,
55
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
66
"dependencies": {

0 commit comments

Comments
 (0)