Run only briar-core tests.

This commit is contained in:
akwizgran
2018-08-20 15:23:35 +01:00
parent 88224793c1
commit fc26aaa168

View File

@@ -6,13 +6,13 @@ test:
- export GRADLE_USER_HOME=$PWD/.gradle
cache:
key: potato
paths:
- .gradle/wrapper
- .gradle/caches
script:
- ./gradlew clean
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
- ./gradlew --no-daemon briar-core:test
after_script:
# these file change every time but should not be cached