txedge-js
Version:
Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux
27 lines (22 loc) • 592 B
YAML
language: node_js
os:
- osx
node_js:
- "13.0.1"
- "12.13.0"
- "11.3.0"
- "10.14.0"
- "8.14.0"
- "6.15.0"
install:
- brew update >/dev/null
- brew install glib mono openssl >/dev/null
- curl -sSL -k -o osx-net-core.pkg https://download.visualstudio.microsoft.com/download/pr/59a7b78f-4e86-473b-b230-c84d15505cec/766e3e5f35e7bb9677dd785071c5fbf7/dotnet-sdk-2.1.500-osx-x64.pkg
- sudo installer -pkg osx-net-core.pkg -target /
- export PATH=/usr/local/share/dotnet:$PATH
- npm install -q
script:
- mono --version
- dotnet --version
- npm test
- EDGE_USE_CORECLR=1 npm test