mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add script for running tests without the Android SDK installed
I've tried to find a better way to do this by conditionally including
the briar-android project in settings.gradle, but failed.
Please note that gradle needs to be installed to run the tests by
executing:
gradle test
This commit is contained in:
4
run-tests-without-android.sh
Executable file
4
run-tests-without-android.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
sed -i "s@include ':briar-android'@//include ':briar-android'@" settings.gradle
|
||||
gradle test
|
||||
sed -i "s@//include ':briar-android'@include ':briar-android'@" settings.gradle
|
||||
Reference in New Issue
Block a user