Build Tools: Add AppVeyor integration.

AppVeyor allows us to test in a Windows environment. This first iteration tests that building works correctly.

Props netweb.
Fixes #44276.



git-svn-id: https://develop.svn.wordpress.org/trunk@44594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-15 04:20:10 +00:00
parent 66eefd653c
commit 6dbb6750e3
1 changed files with 26 additions and 0 deletions

26
appveyor.yml Normal file
View File

@ -0,0 +1,26 @@
environment:
matrix:
- nodejs_version: 10.13.0
clone_depth: 3
branches:
only:
- master
install:
- ps: Install-Product node $env:nodejs_version
- npm install npm -g
- npm install grunt-cli -g
- npm install
test_script:
- node --version
- npm --version
- cmd: "grunt build"
notifications:
- provider: Slack
incoming_webhook:
secure: CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA=