Explorar el Código

Merge pull request #6 from csmith/master

Attempt #3 at a CircleIO config.
pull/2/head
Greg Holmes hace 9 años
padre
commit
107399346c
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13
    0
      circle.yml

+ 13
- 0
circle.yml Ver fichero

@@ -0,0 +1,13 @@
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
10
+
11
+general:
12
+  artifacts:
13
+    - "build/reports/tests"

Loading…
Cancelar
Guardar