diff --git a/README.md b/README.md index 55989db..55229e4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Windows Network Block Device (WNBD) Build Status: ------------- -[![Build status](https://ci.appveyor.com/api/projects/status/4sh808y8v3hv0k2d?svg=true)](https://ci.appveyor.com/project/petrutlucian94/wnbd) +![Build status](https://github.com/cloudbase/wnbd/actions/workflows/pr-tests.yaml/badge.svg) What is WNBD? ------------- @@ -91,15 +91,6 @@ copy wnbd\vstudio\x64\Debug\libwnbd.dll $outDir copy wnbd\vstudio\reinstall.ps1 $outDir ``` -You can also download the latest prebuilt packages from Appveyor via the links: - -* [Debug](https://ci.appveyor.com/api/projects/aserdean/wnbd/artifacts/wnbd-Debug.zip?job=Configuration%3A+Debug) -* [Release](https://ci.appveyor.com/api/projects/aserdean/wnbd/artifacts/wnbd-Release.zip?job=Configuration%3A+Release) - -When using the above Appveyor artifacts, make sure to also install the latest -Microsoft VC runtime. Note that VS 2015, 2017 and 2019 use the same redistributable -VC runtime package. You can skip this step when using the below MSI installer. - [This project](https://github.com/cloudbase/ceph-windows-installer) allows building an MSI installer that bundles WNBD and the Ceph Windows clients. diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 262e7be..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 1.0.{build} -image: Visual Studio 2019 -branches: - only: - - main -configuration: - # We're currently skipping the "Analyze" Appveyor job. It's a resource - # intensive operation that often times out. - # - Analyze - - Debug - - Release -clone_folder: C:\wnbd -init: -- ps: $env:PATH ="C:\Python37;"+$env:PATH -- ps: New-Item -Type HardLink -Path "C:\Python37\python3.exe" -Value "C:\Python37\python.exe" - -build_script: -- '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"' -- msbuild C:\wnbd\vstudio\wnbd.sln /property:Configuration=%CONFIGURATION% -- 7z a wnbd-%CONFIGURATION%.zip C:\wnbd\vstudio\x64\%CONFIGURATION%\driver\wnbd.cat C:\wnbd\vstudio\x64\%CONFIGURATION%\driver\wnbd.inf C:\wnbd\vstudio\x64\%CONFIGURATION%\driver\wnbd.sys C:\wnbd\vstudio\x64\%CONFIGURATION%\wnbd-client.exe C:\wnbd\vstudio\x64\%CONFIGURATION%\libwnbd.dll C:\wnbd\vstudio\reinstall.ps1 C:\wnbd\vstudio\wnbdevents.xml - -artifacts: - - path: wnbd-%CONFIGURATION%.zip - name: wnbd