File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : java
33jdk :
4- - oraclejdk8
5-
4+ - oraclejdk8
65script :
7- - ./gradlew buildPlugin
6+ - " ./gradlew buildPlugin"
7+ deploy :
8+ provider : releases
9+ api_key :
10+ secure : " ${GITHUB_KEY}"
11+ file : build/distributions/TYPO3*.zip
12+ skip_cleanup : true
13+ file_glob : true
14+ on :
15+ tags : true
16+ condition : " $TRAVIS_TAG =~ ^v[0-9]+.*$"
17+ after_deploy :
18+ - " ./gradlew publishPlugin"
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ intellij {
1818 version ' IU-2017.2.5'
1919 plugins = [' com.jetbrains.php:172.4155.41' ]
2020 pluginName ' TYPO3 CMS Plugin'
21+
22+ publishPlugin {
23+ username System . getenv(' IJ_REPO_USERNAME' )
24+ password System . getenv(' IJ_REPO_PASSWORD' )
25+ }
2126}
2227
2328group ' com.cedricziel'
You can’t perform that action at this time.
0 commit comments