mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
parent
f03e120d9e
commit
1dab77178d
4
Makefile
4
Makefile
@ -205,8 +205,8 @@ https-certificate-renew: ## Renew https certificates
|
|||||||
#################### Android application
|
#################### Android application
|
||||||
|
|
||||||
android: ## Build the Android app, for development
|
android: ## Build the Android app, for development
|
||||||
docker-compose -f docker-compose-android.yml run --rm android
|
@docker-compose -f docker-compose-android.yml run --rm android
|
||||||
@echo "Your APK file is ready: ./data/android/edx-prod-debuggable-2.14.0.apk"
|
@echo "Your APK file is ready: ./data/android/$(shell ls data/android/*.apk)"
|
||||||
|
|
||||||
android-release: ## Build the final Android app (beta)
|
android-release: ## Build the final Android app (beta)
|
||||||
# Note that this requires that you edit ./config/android/gradle.properties
|
# Note that this requires that you edit ./config/android/gradle.properties
|
||||||
|
@ -30,4 +30,4 @@ RUN ln -s /openedx/config/gradle.properties ./OpenEdXMobile/gradle.properties
|
|||||||
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager --licenses
|
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager --licenses
|
||||||
|
|
||||||
CMD ./gradlew assembleProdDebuggable && \
|
CMD ./gradlew assembleProdDebuggable && \
|
||||||
cp OpenEdXMobile/build/outputs/apk/*.apk /openedx/data/
|
cp OpenEdXMobile/build/outputs/apk/prod/debuggable/*.apk /openedx/data/
|
||||||
|
Loading…
Reference in New Issue
Block a user