source:
josm/trunk/appveyor.yml
@
13235
Last change on this file since 13235 was 13235, checked in by , 6 years ago | |
---|---|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[13234] | 1 | version: '{build}' |
[13235] | 2 | image: Visual Studio 2017 |
[13234] | 3 | install: |
4 | - cinst ant | |
5 | - cinst jdk9 | |
[13235] | 6 | - refreshenv |
[13234] | 7 | build_script: |
8 | - ant compile javadoc dist distmac distwin checkstyle pmd | |
9 | test_script: | |
10 | - ant test |
Note: See TracBrowser
for help on using the repository browser.