source:
josm/trunk/appveyor.yml@
13239
| Last change on this file since 13239 was 13239, checked in by , 8 years ago | |
|---|---|
| File size: 416 bytes | |
| Rev | Line | |
|---|---|---|
| [13234] | 1 | version: '{build}' |
| [13236] | 2 | branches: |
| 3 | only: | |
| 4 | - mirror | |
| [13235] | 5 | image: Visual Studio 2017 |
| [13234] | 6 | install: |
| 7 | - cinst ant | |
| [13235] | 8 | - refreshenv |
| [13234] | 9 | build_script: |
| [13237] | 10 | - ant compile javadoc dist distmac checkstyle pmd |
| [13234] | 11 | test_script: |
| 12 | - ant test | |
| [13237] | 13 | artifacts: |
| 14 | - path: dist\josm-custom.* | |
| [13239] | 15 | - path: checkstyle-josm.xml |
| 16 | - path: pmd-josm.xml | |
| 17 | - path: spotbugs-josm.xml | |
| [13237] | 18 | - path: javadoc |
| 19 | type: zip | |
| 20 | - path: test\report | |
| 21 | type: zip |
Note:
See TracBrowser
for help on using the repository browser.
