Skip to content
Snippets Groups Projects
Commit 2d36af94 authored by akwizgran's avatar akwizgran
Browse files

Removed shell scripts.

parent ec096e67
No related branches found
No related tags found
No related merge requests found
#!/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
./gradlew --configure-on-demand :briar-tests:test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment