forked from mozilla/MozStumbler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
34 lines (26 loc) · 645 Bytes
/
Copy pathMakefile
File metadata and controls
34 lines (26 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
test: libtest unittest
./gradlew copyTestResources
./gradlew testGithubUnittest --info
libtest:
cd libraries/stumbler; ./gradlew test
unittest:
./gradlew assembleGithubUnittest
debug:
./gradlew assembleGithubDebug
github:
./release_check.py github
./gradlew assembleGithubRelease
sh rename_release.sh github-release
playstore:
./release_check.py playstore
./gradlew assemblePlaystoreRelease
sh rename_release.sh playstore-release
fdroid:
./gradlew assembleFdroidRelease
sh rename_release.sh fdroid-release
clean:
rm -rf outputs
rm -rf libraries/stumbler/build
./gradlew clean
install_debug:
./gradlew installGithubDebug