From 7460614634625e516e58332b22b60c37b350e495 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 9 Dec 2020 13:33:11 +0000 Subject: [PATCH] Build/Test Tools: Remove the Appveyor configuration file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Fixes #51968. git-svn-id: https://develop.svn.wordpress.org/trunk@49779 602fd350-edb4-49c9-b593-d223f7449a82 --- appveyor.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index f5d7edf00a..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,34 +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 - -before_build: - - node --version - - npm --version - -build_script: - - cmd: "npm run 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}}