ModelHandle/appveyor.yml
2021-03-27 09:26:33 +01:00

20 lines
311 B
YAML

version: "{build}"
environment:
nodejs_version: "15"
PYTHON: "C:\\Python38-x64"
install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- npm install
build_script:
- npm run build
test_script:
- npm run test
artifacts:
- path: build\package\*