Add CI badges. Update remote node-pre-gyp path.

This commit is contained in:
Matthew Dixon 2018-07-18 17:19:12 -04:00
Родитель 5a9e3d9372
Коммит 2e5c689836
2 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/Microsoft/PhoneticMatching.svg?branch=master)](https://travis-ci.org/Microsoft/PhoneticMatching)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/Microsoft/PhoneticMatching?branch=master&svg=true)](https://ci.appveyor.com/projects)
# Introduction
A phonetic matching library. Includes text utilities to do string comparisons on phonemes (the sound of the string), as opposed to characters.
@ -11,7 +14,8 @@ Supported Languages
* English
Current pre-built binaries offered to save the trouble of compiling the source locally.
* node-v{64,59,57}-{linux,win32}-{x64}
* node-v{64,59,57}-{win32}-{x64,x86}
* node-v{64,59,57}-{linux}-{x64}
(Run `node -p "process.versions.modules"` to see which Node-ABI in use.)
# Getting Started
@ -127,7 +131,7 @@ Note that the .js library code and native dependencies will be deployed separate
npm publish
```
```py
# Packages a ./build/stage/maluubaspeech/v{version}/maluubaspeech-{node_abi}-{platform}-{arch}.tar.gz.
# Packages a ./build/stage/{version}/maluubaspeech-{node_abi}-{platform}-{arch}.tar.gz.
# See package.json:binary.host on where to put it.
npm run package
```

Просмотреть файл

@ -55,7 +55,7 @@
"module_name": "maluubaspeech",
"module_path": "./bindings/lib/",
"package_name": "{module_name}-{node_abi}-{platform}-{arch}.tar.gz",
"remote_path": "./{module_name}/v{version}",
"host": "https://nodepregyp.blob.core.windows.net/"
"remote_path": "{version}",
"host": "https://github.com/Microsoft/PhoneticMatching/releases/download/"
}
}