charls/appveyor.yml
Victor Derks 66a3605fd9
Add REUSE compatibility (#338)
- Follow the best practices of https://reuse.software/ to ensure BSD-3 licence is correctly applied.
- Add a badge to README.md
- Note: remove arm build as the CI pipeline is broken for this architecture
2024-12-04 12:33:36 +01:00

16 lines
267 B
YAML

# SPDX-FileCopyrightText: © 2015 Team CharLS
# SPDX-License-Identifier: BSD-3-Clause
version: 2.1.1.{build}
os: Visual Studio 2019
configuration:
- Debug
- Release
platform:
- x86
- x64
before_build:
- nuget restore
build:
project: CharLS.sln
verbosity: minimal