Makefile: add upload-release target, refs #9991
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,9 +1,12 @@
|
|||||||
PHONY: all
|
PHONY: all
|
||||||
|
|
||||||
all: build upload
|
all: build-release upload
|
||||||
|
|
||||||
|
upload-release: build-release
|
||||||
|
adb install -r build/app/outputs/apk/app-release.apk
|
||||||
|
|
||||||
upload: build-debug
|
upload: build-debug
|
||||||
adb install -r build/app/outputs/apk/app.apk
|
adb install -r build/app/outputs/apk/app-debug.apk
|
||||||
|
|
||||||
build-debug:
|
build-debug:
|
||||||
flutter build apk --debug
|
flutter build apk --debug
|
||||||
|
|||||||
Reference in New Issue
Block a user