Restore icon and must manually add tag

This commit is contained in:
南宫临风
2016-07-12 10:37:18 +08:00
parent 5d2b4d435f
commit c0ef592f72
3 changed files with 1 additions and 6 deletions

View File

@@ -4,11 +4,6 @@ jdk:
branches: branches:
only: only:
- master - master
before_deploy:
- git config --global user.email ${GITHUB_EMAIL}
- git config --global user.name ${GITHUB_NAME}
- git tag ${TRAVIS_BUILD_NUMBER}
- git push -q ${REPO} --tags
deploy: deploy:
provider: releases provider: releases
api_key: ${DEPLOY_REPO} api_key: ${DEPLOY_REPO}
@@ -20,7 +15,7 @@ deploy:
- HMCSM/build/libs/HMCSM-${HMCSM_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}.exe - HMCSM/build/libs/HMCSM-${HMCSM_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}.exe
- HMCSM/build/libs/HMCSM-${HMCSM_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}-MacOSApp.zip - HMCSM/build/libs/HMCSM-${HMCSM_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}-MacOSApp.zip
on: on:
tags: false tags: true
skip_cleanup: true skip_cleanup: true
install: echo "skip 'gradle assemble' step" install: echo "skip 'gradle assemble' step"
script: gradle build --continue script: gradle build --continue

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB