web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
291 B

  1. environment:
  2. matrix:
  3. - nodejs_version: '4'
  4. - nodejs_version: '6'
  5. - nodejs_version: '7'
  6. install:
  7. - ps: Install-Product node $env:nodejs_version
  8. - npm i npminstall && node_modules\.bin\npminstall
  9. test_script:
  10. - node --version
  11. - npm --version
  12. - npm run ci
  13. build: off