mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
Build/Test Tools: Remove the Appveyor configuration file.
Appveyor was added to Core in [44594] to ensure that NPM and the WordPress build tools continue to work correctly on Windows systems as changes are made. Using an additional service for this was required at the time, TravisCI did not support testing on Windows. [49162] introduced a GitHub Action workflow that performed the same testing. Since all automated testing is moving to GitHub Actions, using Appveyor is no longer necessary, and it’s preferable to have all automated testing in one location as much as possible. Props ayeshrajans. Merges [49779] to the 5.1 branch. See #51968. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@49814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d3ba1e338
commit
6e2eea81e4
35
appveyor.yml
35
appveyor.yml
@ -1,35 +0,0 @@
|
||||
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
|
||||
|
||||
before_build:
|
||||
- node --version
|
||||
- npm --version
|
||||
|
||||
build_script:
|
||||
- cmd: "grunt build"
|
||||
|
||||
test: off
|
||||
|
||||
deploy: off
|
||||
|
||||
notifications:
|
||||
- provider: Slack
|
||||
incoming_webhook:
|
||||
secure: CmhfxrWwgtwzO/kXoZWXRUB/Jh05AQ7DvOhToqtpm6dN1wBDp9+VnNqxldpv34uPd09vuUk4Nu/NQFkIswuZA5NYfIFJIFWqwnZExQFzTBA=
|
||||
on_build_success: false
|
||||
on_build_failure: true
|
||||
on_build_status_changed: true
|
||||
template: Build <{{buildUrl}}|#{{buildNumber}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}
|
Loading…
x
Reference in New Issue
Block a user