Explorar el Código

Merge pull request #50 from csmith/master

Add artifacts to meta build.
pull/51/head
Greg Holmes hace 9 años
padre
commit
eec1bde093
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      circle.yml

+ 6
- 0
circle.yml Ver fichero

@@ -19,3 +19,9 @@ dependencies:
19 19
 test:
20 20
   override:
21 21
     - ./gradlew --stacktrace --parallel test
22
+
23
+general:
24
+  artifacts:
25
+    - plugins/dist
26
+    - client/build/libs
27
+

Loading…
Cancelar
Guardar