fix env
This commit is contained in:
+1
-2
@@ -27,8 +27,7 @@ build-android:
|
||||
mkdir clients/android/app/libs # start building
|
||||
cp *.aar clients/android/app/libs
|
||||
cd clients/android
|
||||
echo "Gonna build with ANDROID_HOME=$ANDROID_HOME"
|
||||
ANDROID_HOME="$PWD/Android/Sdk" ./gradlew --no-daemon :app:assembleOtherRelease :app:assembleOtherLegacyRelease
|
||||
ANDROID_HOME="$CI_PROJECT_DIR/Android/Sdk" ./gradlew --no-daemon :app:assembleOtherRelease :app:assembleOtherLegacyRelease
|
||||
cd ../..
|
||||
mkdir -p dist # prepare upload
|
||||
cp clients/android/app/build/outputs/apk/other/release/*arm64-v8a.apk dist
|
||||
|
||||
Reference in New Issue
Block a user