Explorar el Código

Add CircleIO config.

Change-Id: Iabf095a5fffe2c64d35b614b4242315206be21f1
pull/1/head
Chris Smith hace 9 años
padre
commit
c24ad66f55
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      circle.yml

+ 9
- 0
circle.yml Ver fichero

@@ -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…
Cancelar
Guardar