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
RevLine 
[13234]1version: '{build}'
[13235]2image: Visual Studio 2017
[13234]3install:
4  - cinst ant
5  - cinst jdk9
[13235]6  - refreshenv
[13234]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.