mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-29 01:01:27 -05:00
Prepare jenkins-build for gradle
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Jenkins uses this script to set up the ant build. Jenkins will then call
|
||||
# ant itself once this script has completed.
|
||||
# Jenkins uses this script to set up the gradle build. Jenkins will then call
|
||||
# gradle itself once this script has completed.
|
||||
|
||||
set -e
|
||||
set -x
|
||||
@@ -15,7 +15,6 @@ sed -i \
|
||||
-e "s,android:versionName=\"\([^\"][^\"]*\)\",android:versionName=\"\1.$versionNameDate\"," \
|
||||
F-Droid/AndroidManifest.xml
|
||||
|
||||
|
||||
if [ -z $ANDROID_HOME ]; then
|
||||
if [ -e ~/.android/bashrc ]; then
|
||||
. ~/.android/bashrc
|
||||
@@ -26,4 +25,3 @@ if [ -z $ANDROID_HOME ]; then
|
||||
fi
|
||||
|
||||
cd F-Droid
|
||||
./ant-prepare.sh
|
||||
|
||||
Reference in New Issue
Block a user