From 15f166329f3c8040a8aa3772dbb2fd4614a4a8b2 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Fri, 30 Apr 2021 16:03:47 +0200 Subject: Use Github actions instead of travis and appveyor (#216) * Switch to GH workflow * Use tslint action * Add build matrix * Run test stage * Disable ubuntu test run due to bug in vscode * Publish coverage on macOS * Remove istanbul * codecov action * Move nyc config to nycrc * Add CD workflow * Remove old publishing script --- appveyor.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 appveyor.yml (limited to 'appveyor.yml') 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 -- cgit v1.2.3