diff --git a/README.md b/README.md index e19517eac3..9ef1014968 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # OpenSCAP [![Gating](https://github.com/OpenSCAP/openscap/actions/workflows/build.yml/badge.svg?branch=maint-1.3)](https://github.com/OpenSCAP/openscap/actions/workflows/build.yml) -[![Build status](https://ci.appveyor.com/api/projects/status/3o5fnld1m98bo0so/branch/maint-1.3?svg=true)](https://ci.appveyor.com/project/OpenSCAP/openscap) [![Join the chat at https://gitter.im/OpenSCAP/openscap](https://badges.gitter.im/OpenSCAP/openscap.svg)](https://gitter.im/OpenSCAP/openscap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Open Source Security Compliance Solution diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 0f704d1cf0..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,26 +0,0 @@ -version: main-{build} -branches: - only: - - main - - maint-1.3 -image: Visual Studio 2017 -configuration: Release -clone_folder: c:\projects\openscap -install: -- cmd: vcpkg install curl libxml2 libxslt bzip2 pcre pthreads zlib getopt-win32 xmlsec -cache: c:\tools\vcpkg\installed\ -before_build: -- cmd: >- - cd build - - cmake -DENABLE_PYTHON3=FALSE -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake .. -build: - project: c:\projects\openscap\build\openscap.sln - verbosity: minimal -after_build: - - cmd: cpack -artifacts: - - path: build\OpenSCAP*.msi - name: Windows Installer - - path: build\OpenSCAP*.msi.sha512 - name: SHA512 checksum