ModelHandle/appveyor.yml
2021-03-27 08:44:46 +01:00

18 lines
215 B
YAML

version: "{build}"
environment:
PYTHON: "C:\\Python38-x64"
nodejs_version: "12"
install:
- npm install
build_script:
- npm run build
test_script:
- npm run test
artifacts:
- path: build\package\*