source: josm/trunk/appveyor.yml@ 13236

Last change on this file since 13236 was 13236, checked in by Don-vip, 8 years ago

see #15630 - AppVeyor: fix build

File size: 226 bytes
RevLine 
[13234]1version: '{build}'
[13236]2branches:
3 only:
4 - mirror
[13235]5image: Visual Studio 2017
[13234]6install:
7 - cinst ant
[13235]8 - refreshenv
[13234]9build_script:
10 - ant compile javadoc dist distmac distwin checkstyle pmd
11test_script:
12 - ant test
Note: See TracBrowser for help on using the repository browser.