Browse Source

Merge pull request #50 from csmith/master

Add artifacts to meta build.
pull/51/head
Greg Holmes 9 years ago
parent
commit
eec1bde093
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      circle.yml

+ 6
- 0
circle.yml View File

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

Loading…
Cancel
Save