From 33b498cd397d0bc0c0587e81bae5a259687bbee3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 2 Dec 2024 16:34:11 -0500 Subject: [PATCH] Remove AppVeyor --- README.md | 1 - appveyor.yml | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 9b80fe6b..1dd25608 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Binary Object Scanner -[![Build status](https://ci.appveyor.com/api/projects/status/gmdft5bk1h8a1c31?svg=true)](https://ci.appveyor.com/project/mnadareski/BinaryObjectScanner) [![Program Build](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_programs.yml/badge.svg)](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_programs.yml) [![Nuget Pack](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_nupkg.yml/badge.svg)](https://github.com/SabreTools/BinaryObjectScanner/actions/workflows/build_nupkg.yml) diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 1b05163d..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,26 +0,0 @@ -# version format -version: 3.2.0-{build} - -# pull request template -pull_requests: - do_not_increment_build_number: true - -# vm template -image: Visual Studio 2022 - -# install dependencies -install: -- cd %APPVEYOR_BUILD_FOLDER% -- git submodule update --init --recursive - -# build step -build_script: - - dotnet build - -# success/failure tracking -on_success: - - ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 - - ps: ./send.ps1 success $env:WEBHOOK_URL -on_failure: - - ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 - - ps: ./send.ps1 failure $env:WEBHOOK_URL \ No newline at end of file