mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-28 10:40:47 +02:00
Add support for writing unit tests
This commit is contained in:
@@ -23,4 +23,4 @@ after_success:
|
||||
- chmod +x ./upload_apk.sh
|
||||
- ./upload_apk.sh
|
||||
|
||||
script: cd android_app && ./gradlew assembleDebug
|
||||
script: cd android_app && ./gradlew -i testDebugUnitTest assembleDebug
|
||||
|
@@ -31,4 +31,6 @@ dependencies {
|
||||
compile "com.android.support:support-v4:${supportLibVersion}"
|
||||
compile "com.android.support:appcompat-v7:${supportLibVersion}"
|
||||
compile 'com.github.lecho:hellocharts-library:1.5.8@aar'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
Reference in New Issue
Block a user