verovio.git · appveyor.yml
verovio.git / appveyor.yml
revision b41efea64f620e41239cb0181ff6ea19e54ea421 · 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