napi-thread-safe-callback-cancellable
Version:
C++ utility class to perform callbacks into JavaScript from any thread
27 lines (22 loc) • 304 B
YAML
sudo: false
language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
script:
# Output useful info for debugging
- node --version
- npm --version
# Run tests
- npm test
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8