forked from onyx-platform/onyx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
circle.yml
39 lines (34 loc) · 1.08 KB
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
general:
artifacts:
- onyx.log
test:
override:
#- lein with-profile dev,circle-ci,clojure-1.7 test :smoke:
#timeout: 120
- ./scripts/circle-runner.sh aeron clojure-1.8:
timeout: 480
parallel: true
- ./scripts/reflection-check.sh:
timeout: 120
machine:
java:
version: oraclejdk8
dependencies:
pre:
- sudo pip install awscli
- echo '{:user {:plugins [[lein-voom "0.1.0-20160311_203101-g259fbfc"]]}}' > ~/.lein/profiles.clj
- lein voom build-deps
- curl https://gist.githubusercontent.com/lbradstreet/d9d20e9693f5e32374b3da1f45918e88/raw/36e55bc2e06c5ee61807d83d7bf912a8f6f4268a/releasegist.txt >> ~/.ssh/config
- gem install asciidoctor coderay
notify:
webhooks:
- url: https://webhooks.gitter.im/e/7f6cadb429def50c94a2
deployment:
update-projects:
branch: master
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "OnyxBot"
- lein deploy
- lein unison update-projects
- lein unison release-projects 0.10.x