source: josm/trunk/appveyor.yml @ 13234

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

see #15630 - add AppVeyor configuration file

File size: 165 bytes
RevLine 
[13234]1version: '{build}'
2install:
3  - cinst ant
4  - cinst jdk9
5build_script:
6  - ant compile javadoc dist distmac distwin checkstyle pmd
7test_script:
8  - ant test
Note: See TracBrowser for help on using the repository browser.