forked from Zimbra/zm-mailbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
42 lines (38 loc) · 1.01 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
40
41
42
machine:
environment:
ANT_OPTS: -Dzimbra.buildinfo.version=8.7.6_GA
dependencies:
pre:
- sudo apt-get update; sudo apt-get install ant-contrib nodejs-legacy
- npm install -g junit-merge
- git clone https://github.com/Zimbra/zm-timezones.git -b develop --single-branch:
pwd: $HOME
compile:
override:
- ant clean compile publish-local:
pwd: native
- ant clean compile publish-local:
pwd: common
- ant clean compile publish-local:
pwd: soap
- ant clean compile publish-local:
pwd: client
- ant clean compile publish-local:
pwd: store
test:
override:
- ant test:
pwd: native
- ant test:
pwd: common
- ant test:
pwd: soap
- ant test:
pwd: client
- ant test:
timeout: 1200
pwd: store
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test/report/.*xml" | xargs junit-merge
- cp merged-test-results.xml $CIRCLE_TEST_REPORTS/junit/