build jadx-gui.exe

This commit is contained in:
Skylot
2018-03-27 18:55:33 +03:00
parent 37ed9cd25b
commit 15e1e1dfab
6 changed files with 37 additions and 4 deletions
+2 -1
View File
@@ -13,7 +13,7 @@ stages:
build:
stage: build
script:
- sed -i " 1 s/.*/&-b$(git rev-list --count HEAD)-$(git rev-parse --short HEAD)/" version
- sed -i " 1 s/.*/&-glb$(git rev-list --count HEAD)-$(git rev-parse --short HEAD)/" version
- cat version
- ./gradlew -g /cache/.gradle clean build jacocoTestReport
- ./gradlew -g /cache/.gradle clean sonarqube -Dsonar.host.url=$SONAR_HOST -Dsonar.organization=$SONAR_ORG -Dsonar.login=$SONAR_TOKEN
@@ -21,3 +21,4 @@ build:
artifacts:
paths:
- build/jadx*.zip
- build/jadx*.exe