source: josm/trunk/appveyor.yml@ 13239

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

see #15630 - CI tweaks

File size: 416 bytes
Line 
1version: '{build}'
2branches:
3 only:
4 - mirror
5image: Visual Studio 2017
6install:
7 - cinst ant
8 - refreshenv
9build_script:
10 - ant compile javadoc dist distmac checkstyle pmd
11test_script:
12 - ant test
13artifacts:
14 - path: dist\josm-custom.*
15 - path: checkstyle-josm.xml
16 - path: pmd-josm.xml
17 - path: spotbugs-josm.xml
18 - path: javadoc
19 type: zip
20 - path: test\report
21 type: zip
Note: See TracBrowser for help on using the repository browser.