forked from HanumathRao/aerospike-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.build.yml
53 lines (49 loc) · 1.31 KB
/
.build.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
43
44
45
46
47
48
49
50
51
52
53
name: aerospike-server
environment:
EEREPO: modules/ee
CLIENTREPO_2X: modules/client
dependency:
- url: [email protected]:citrusleaf/aerospike-server-enterprise
dir: $EEREPO
- url: [email protected]:citrusleaf/client
dir: $CLIENTREPO_2X
container:
- base:
- 192.168.106.181/build/aerospike-server:centos-6
- 192.168.106.181/build/aerospike-server:centos-7
- 192.168.106.181/build/aerospike-server:debian-6
- 192.168.106.181/build/aerospike-server:debian-7
- 192.168.106.181/build/aerospike-server:ubuntu-12.04
- 192.168.106.181/build/aerospike-server:ubuntu-14.04
build:
- name: community
environment:
EEREPO:
script:
- make
- make $PKG
- make source
artifact:
- pkg/packages/*
- name: enterprise
environment:
EEREPO: /work/source/$EEREPO
CLIENTREPO_2X: /work/source/$CLIENTREPO_2X
script:
- make -C $CLIENTREPO_2X
- make +ee
- make $PKG+ee
- make source+ee
artifact:
- pkg/packages/*
- name: enterprise+asm
environment:
EEREPO: /work/source/$EEREPO
CLIENTREPO_2X: /work/source/$CLIENTREPO_2X
script:
- make -C $CLIENTREPO_2X
- make asm+ee
- make $PKG+ee USE_ASM=1
artifact:
- pkg/packages/*
- target/Linux-x86_64/gen/mallocations.h