UNPKG

@teradataprebuilt/fastcall-linux-node-v59

Version:

fastcall - Very fast, asynchronous, dyncall based foreign function interface library for Node.js

23 lines (22 loc) 291 B
os: - linux language: node_js node_js: - '7' - '6' - '4' env: - CXX=g++-4.8 install: - npm install addons: apt: sources: - ubuntu-toolchain-r-test - george-edison55-precise-backports packages: - g++-4.8 - cmake - cmake-data script: - npm test