Skip to content

Commit

Permalink
Drop appveyor test job
Browse files Browse the repository at this point in the history
We've moved to Github Actions so we'll proceed with dropping the
Appveyor job and updating the docs accordingly.

We'll no longer publish debug artifacts. Users may fetch
the Ceph bundle instead, which includes a WNBD build signed
by Cloudbase: https://cloudbase.it/ceph-for-windows/

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
  • Loading branch information
petrutlucian94 committed May 30, 2023
1 parent 1d76664 commit a2c1d13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
-------------
Expand Down Expand Up @@ -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.

Expand Down
24 changes: 0 additions & 24 deletions appveyor.yml

This file was deleted.

0 comments on commit a2c1d13

Please sign in to comment.