verovio.git · appveyor.yml
verovio.git / appveyor.yml
revision eefeb7d479ffe7e6e0c4de00a917f6a94ff0e309 · complete file
version: 1.0.{build}
branches:
only:
- develop
image: Visual Studio 2022
configuration: Release
platform: x64
before_build:
- cmd: |
cd tools
cmake -DCMAKE_GENERATOR_PLATFORM=x64 ../cmake
build:
project: tools/Verovio.sln
verbosity: minimal