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