Changeset 13237 in josm for trunk/appveyor.yml


Ignore:
Timestamp:
2017-12-24T14:02:49+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15630 - AppVeyor: fix build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/appveyor.yml

    r13236 r13237  
    88  - refreshenv
    99build_script:
    10   - ant compile javadoc dist distmac distwin checkstyle pmd
     10  - ant compile javadoc dist distmac checkstyle pmd
    1111test_script:
    1212  - ant test
     13artifacts:
     14  - path: dist\josm-custom.*
     15  - path: *-josm.xml
     16  - path: javadoc
     17    type: zip
     18  - path: test\report
     19    type: zip
Note: See TracChangeset for help on using the changeset viewer.