mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
6dbb6750e3
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
27 lines
488 B
YAML
27 lines
488 B
YAML
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=
|