Browse Source

Build jar and set as an artifact.

pull/102/head
Chris Smith 9 years ago
parent
commit
33429fbdac
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      circle.yml

+ 4
- 1
circle.yml View File

28
 
28
 
29
 test:
29
 test:
30
   override:
30
   override:
31
-    - ./gradlew --stacktrace --parallel client:test:
31
+    - ./gradlew --stacktrace --parallel client:jar client:test:
32
         pwd:
32
         pwd:
33
           ../meta
33
           ../meta
34
 
34
 
35
+general:
36
+  artifacts:
37
+    - ../meta/client/build/libs/

Loading…
Cancel
Save