Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jadx
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
jadx
Commits
2cb94856
Commit
2cb94856
authored
Jan 17, 2018
by
Skylot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: setup bintray unstable upload
parent
f53fc03c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
5 deletions
+48
-5
.travis.yml
.travis.yml
+21
-2
README.md
README.md
+2
-3
bintray.json
bintray.json
+25
-0
No files found.
.travis.yml
View file @
2cb94856
...
...
@@ -2,15 +2,34 @@ language: java
jdk
:
-
oraclejdk8
env
:
-
TERM=dumb
before_install
:
-
chmod +x gradlew
script
:
-
TERM=dumb ./gradlew clean build dist
-
sed -i " 1 s/.*/&-b$TRAVIS_BUILD_NUMBER-$(git rev-parse --short HEAD)/" version
-
cat version
-
sed -i "s/BUILD_VERSION/$(head -c -1 version)/g" bintray.json
-
./gradlew clean build
after_success
:
-
TERM=dumb ./gradlew
jacocoTestReport
-
./gradlew clean build
jacocoTestReport
-
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
-
./gradlew clean sonarqube -Dsonar.host.url=$SONAR_HOST -Dsonar.organization=$SONAR_ORG -Dsonar.login=$SONAR_TOKEN
-
./gradlew clean dist
deploy
:
provider
:
bintray
file
:
bintray.json
user
:
skylot
key
:
secure
:
bBzfhraRwT5w+FkAcQnWJQgt4i894k595g4gNFf8dGpBsvPUvGzoa/SUaokrmlj5UCFc12k7j6aZswNITGjBuAf2fDVRwMQCH9ORiqIcJWuemQPHB7iAQjITGXKwef6zWKcZSkVuMtUMmGymYSsqpya+pSqwdP5rLbWPgGixEaQ=
skip_cleanup
:
true
on
:
branch
:
master
tags
:
false
sudo
:
false
...
...
README.md
View file @
2cb94856
## JADX
[
![Build Status
](
https://travis-ci.org/skylot/jadx.png?branch=master
)
](https://travis-ci.org/skylot/jadx)
[
![Gitlab CI
](
https://gitlab.com/skylot/jadx/badges/master/build.svg
)
](https://gitlab.com/skylot/jadx/builds)
[
![Jadx Core Coverage
](
https://gitlab.com/skylot/jadx/badges/master/coverage.svg
)
](https://gitlab.com/skylot/jadx/builds)
[
![Code Coverage
](
https://codecov.io/gh/skylot/jadx/branch/master/graph/badge.svg
)
](https://codecov.io/gh/skylot/jadx)
[
![Coverity Scan Build Status
](
https://scan.coverity.com/projects/2166/badge.svg
)
](https://scan.coverity.com/projects/2166)
[
![SonarQube Bugs
](
https://sonarcloud.io/api/badges/measure?key=jadx&metric=bugs
)
](https://sonarcloud.io/dashboard?id=jadx)
...
...
@@ -18,8 +16,9 @@ Command line and GUI tools for produce Java source code from Android Dex and Apk
### Downloads
-
[
unstable
](
https://
gitlab.com/skylot/jadx/builds/artifacts/master/browse/build?job=build
)
-
[
unstable
](
https://
bintray.com/skylot/jadx/unstable#files
)
-
from
[
github
](
https://github.com/skylot/jadx/releases
)
-
from
[
bintray
](
https://bintray.com/skylot/jadx/releases#files
)
-
from
[
sourceforge
](
http://sourceforge.net/projects/jadx/files/
)
...
...
bintray.json
0 → 100644
View file @
2cb94856
{
"package"
:
{
"name"
:
"unstable"
,
"repo"
:
"jadx"
,
"subject"
:
"skylot"
,
"desc"
:
"Unstable"
,
"website_url"
:
"https://github.com/skylot/jadx"
,
"issue_tracker_url"
:
"https://github.com/skylot/jadx"
,
"vcs_url"
:
"https://github.com/skylot/jadx"
,
"licenses"
:
[
"Apache-2.0"
],
"labels"
:
[
"unstable"
],
"public_download_numbers"
:
false
,
"public_stats"
:
false
},
"version"
:
{
"name"
:
"BUILD_VERSION"
},
"files"
:
[
{
"includePattern"
:
"build/(jadx.*
\.
zip)"
,
"uploadPattern"
:
"$1"
}
],
"publish"
:
true
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment