@handfish/hygen
Version:
The scalable code generator that saves you time.
23 lines (22 loc) • 461 B
YAML
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '12'
- nodejs_version: '14'
install:
- ps: Install-Product node $env:nodejs_version
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g yarn
- yarn install
matrix:
fast_finish: true
build: off
shallow_clone: true
test_script:
- node --version
- yarn --version
- yarn test:win32
- yarn hygen init self
cache:
- '%APPDATA%\npm-cache'