mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
First attempt at Gitlab maven AAR publishing
This commit is contained in:
parent
d5c3c938ed
commit
f1deb84901
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
deploy:
|
||||
image: gradle:6.5-jdk11
|
||||
script:
|
||||
- './gradlew publish'
|
||||
only:
|
||||
- gitlab_maven_repo
|
||||
Loading…
Reference in New Issue
Block a user