Ignore:
Timestamp:
2015-07-26T21:28:41+02:00 (10 years ago)
Author:
floscher
Message:

Publish plugin via GitHub releases when a tag is pushed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.travis.yml

    r31407 r31408  
    77  - openjdk7
    88script: ./gradlew build javadoc
     9
     10# Release the plugin via GitHub releases when pushing a tag
     11deploy:
     12  provider: releases
     13  api_key: "${GH_TOKEN}"
     14  file: "build/libs/josm-mapillary-plugin.jar"
     15  skip_cleanup: true
     16  on:
     17    tags: true
    918
    1019#Deploy to GitHub pages
Note: See TracChangeset for help on using the changeset viewer.