-
Notifications
You must be signed in to change notification settings - Fork 0
/
autobuild.xml
62 lines (62 loc) · 1.84 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
<?xml version="1.0" ?>
<llsd>
<map>
<key>package_description</key>
<map>
<key>copyright</key>
<string>Copyright (c) 2017-2021, Bartosz Taudul ([email protected])</string>
<key>description</key>
<string>A real-time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.</string>
<key>license</key>
<string>BSD</string>
<key>license_file</key>
<string>LICENSES/Tracy.txt</string>
<key>name</key>
<string>Tracy</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>command</key>
<string>bash</string>
<key>options</key>
<array>
<string>-c</string>
<string>../build_cmd.sh</string>
</array>
</map>
<key>default</key>
<string>true</string>
<key>name</key>
<string>default</string>
</map>
</map>
<key>manifest</key>
<array>
<string>include/tracy/*.hpp</string>
<string>include/tracy/*.h</string>
<string>include/tracy/*/*.h</string>
<string>include/tracy/*/*.hpp</string>
<string>include/tracy/*/*.cpp</string>
</array>
<key>name</key>
<string>common</string>
</map>
</map>
<key>version_file</key>
<string>VERSION.txt</string>
</map>
<key>type</key>
<string>autobuild</string>
<key>version</key>
<string>1.3</string>
</map>
</llsd>