diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 1bf3921..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,30 +0,0 @@ -environment: - nodejs_version: "15" - -branches: - only: - - master - -image: Visual Studio 2019 - -install: - - ps: Install-Product node $env:nodejs_version - - yarn - - set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\4.2;%path% - -build_script: - - yarn vscode:prepublish - -test_script: - - yarn test - -notifications: - - provider: Webhook - url: https://webhooks.gitter.im/e/bb4990244c63e96e6cb9 - headers: - APPVEYOR-PROJECT-NAME: '{{projectName}}' - APPVEYOR-BUILD-VERSION: '{{buildVersion}}' - APPVEYOR-COMMIT-ID: '{{commitId}}' - on_build_success: true - on_build_failure: true - on_build_status_changed: true |