1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Add Makefile with aliases to common gradle tasks (#2401)

This commit is contained in:
Sergey Boishtyan 2022-07-07 13:32:45 +03:00 committed by GitHub
parent f0aede1762
commit 0be0079f05
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View file

@ -1,4 +0,0 @@
# Makes sure that android test compile
./gradlew compileDebugAndroidTestSources -q
# Run all unit tests for debug build
./gradlew testDebugAll -q