Selaa lähdekoodia

Add CircleIO config.

Change-Id: Iabf095a5fffe2c64d35b614b4242315206be21f1
pull/1/head
Chris Smith 9 vuotta sitten
vanhempi
commit
c24ad66f55
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9
    0
      circle.yml

+ 9
- 0
circle.yml Näytä tiedosto

@@ -0,0 +1,9 @@
1
+---
2
+
3
+dependencies:
4
+  override:
5
+    - ./gradlew --refresh-dependencies dependencies
6
+
7
+test:
8
+  override:
9
+    - ./gradlew --refresh-dependencies check -x findbugsMain -x findbugsTest

Loading…
Peruuta
Tallenna