source: josm/trunk/appveyor.yml@ 13235

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

see #15630 - AppVeyor: specify image & refresh environment

File size: 208 bytes
Line 
1version: '{build}'
2image: Visual Studio 2017
3install:
4 - cinst ant
5 - cinst jdk9
6 - refreshenv
7build_script:
8 - ant compile javadoc dist distmac distwin checkstyle pmd
9test_script:
10 - ant test
Note: See TracBrowser for help on using the repository browser.