17 lines
188 B
YAML
17 lines
188 B
YAML
version: "{build}"
|
|
|
|
environment:
|
|
PYTHON: "C:\\Python38-x64"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
build_script:
|
|
- python -V
|
|
|
|
test_script:
|
|
- npm run test
|
|
|
|
artifacts:
|
|
- path: build\package\*
|