mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Travis: deploy CLI project to Maven repository
(cherry picked from commit 67ab91db00
)
This commit is contained in:
parent
47468f3adf
commit
5e9e81bf58
@ -72,7 +72,7 @@ after_success: >
|
|||||||
export SSH_KEY
|
export SSH_KEY
|
||||||
mv -f $HOME/built_artifacts_backup $HOME/mvn_repo/org/teavm
|
mv -f $HOME/built_artifacts_backup $HOME/mvn_repo/org/teavm
|
||||||
$MVN_CMD deploy -Dteavm.build.all=false -DskipTests --settings travis-settings.xml \
|
$MVN_CMD deploy -Dteavm.build.all=false -DskipTests --settings travis-settings.xml \
|
||||||
-P deploy-to-bintray -P with-idea -P !download-dependencies && \
|
-P deploy-to-bintray -P with-idea -P with-cli -P !download-dependencies && \
|
||||||
./upload-files.sh
|
./upload-files.sh
|
||||||
fi
|
fi
|
||||||
before_cache:
|
before_cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user