Changeset 31818 in osm
- Timestamp:
- 2015-12-12T17:55:07+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.travis.yml
r31813 r31818 9 9 10 10 # Release the plugin via GitHub releases when pushing a tag 11 before_deploy: 'cp -T build/libs/josm-mapillary-plugin.jar build/libs/Mapillary.jar' 11 12 deploy: 12 13 provider: releases 13 14 api_key: "${GH_TOKEN}" 14 file: "build/libs/ josm-mapillary-plugin.jar"15 file: "build/libs/Mapillary.jar" 15 16 skip_cleanup: true 16 17 on: … … 18 19 19 20 #Deploy to GitHub pages 20 after_s uccess: |21 after_script: | 21 22 if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then 22 23 git config --global user.email "deploy@travis" -
applications/editors/josm/plugins/mapillary/build.gradle
r31817 r31818 70 70 build.dependsOn jacocoTestReport 71 71 build.dependsOn projectReport 72 73 tasks.withType(Javadoc) { 74 failOnError false 75 } 72 76 73 77 /** FindBugs configuration */
Note:
See TracChangeset
for help on using the changeset viewer.