-
Notifications
You must be signed in to change notification settings - Fork 0
/
autobuild.xml
executable file
·80 lines (80 loc) · 2.25 KB
/
autobuild.xml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" ?>
<llsd>
<map>
<key>package_description</key>
<map>
<key>copyright</key>
<string>Copyright (C) 2002-present Jason Evans [email protected].</string>
<key>description</key>
<string>jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.</string>
<key>license</key>
<string>jemalloc (BSD derived)</string>
<key>license_file</key>
<string>LICENSES/jemalloc.txt</string>
<key>name</key>
<string>jemalloc</string>
<key>platforms</key>
<map>
<key>common</key>
<map>
<key>build_directory</key>
<string>stage</string>
<key>configurations</key>
<map>
<key>default</key>
<map>
<key>build</key>
<map>
<key>arguments</key>
<array>
<string>../build-cmd.sh</string>
</array>
<key>command</key>
<string>bash</string>
</map>
<key>default</key>
<boolean>true</boolean>
<key>name</key>
<string>default</string>
</map>
</map>
<key>manifest</key>
<array>
<string>LICENSES/jemalloc.txt</string>
</array>
<key>name</key>
<string>common</string>
</map>
<key>linux64</key>
<map>
<key>configurations</key>
<map>
<key>default</key>
<map>
<key>default</key>
<boolean>true</boolean>
<key>name</key>
<string>default</string>
</map>
</map>
<key>manifest</key>
<array>
<string>lib/release/*</string>
</array>
<key>name</key>
<string>linux64</string>
</map>
</map>
<key>source_directory</key>
<string>jemalloc</string>
<key>source_type</key>
<string>hg</string>
<key>version_file</key>
<string>VERSION.txt</string>
</map>
<key>type</key>
<string>autobuild</string>
<key>version</key>
<string>1.3</string>
</map>
</llsd>