.appveyor.yml 456 B

12345678910111213141516171819202122232425262728
  1. # appveyor file
  2. # http://www.appveyor.com/docs/appveyor-yml
  3. max_jobs: 1
  4. shallow_clone: true
  5. init:
  6. - git config --global core.autocrlf true
  7. image:
  8. - Visual Studio 2017
  9. environment:
  10. nodejs_version: "6"
  11. matrix:
  12. - PLATFORM: windows-10-store
  13. install:
  14. - node --version
  15. - npm install -g github:apache/cordova-paramedic
  16. - npm install -g cordova
  17. build: off
  18. test_script:
  19. - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild