You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/appveyor.yml

15 lines
333 B
YAML

# scripts that run after cloning repository
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node 4.3.2
# install modules
- npm install --global yarn
- yarn
build_script:
- yarn build
# to run your custom scripts instead of automatic tests
test_script:
- yarn test -- --maxWorkers=4