summaryrefslogtreecommitdiffstats
path: root/fbench/build/buildspec.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/build/buildspec.xml')
-rw-r--r--fbench/build/buildspec.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/fbench/build/buildspec.xml b/fbench/build/buildspec.xml
new file mode 100644
index 00000000000..eb33ba8416e
--- /dev/null
+++ b/fbench/build/buildspec.xml
@@ -0,0 +1,41 @@
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<BuildSpecification>
+ <Owner>
+ <OwnerName>Haavard Pettersen</OwnerName>
+ <OwnerEmail>Havard.Pettersen@fast.no</OwnerEmail>
+ </Owner>
+
+ <Dependencies>
+ <dep package="common/fastos" version="1.5.5.1" />
+ </Dependencies>
+
+ <PreBuild>
+ <configure path="src">
+ <parameter value="--fastos-dir ${fbuild_install_dir}/fastos" />
+ <parameter value="--install-dir ${fbuild_install_dir}/fbench" />
+ </configure>
+ </PreBuild>
+
+ <Build>
+ <make path="src" target="bootstrap"/>
+ </Build>
+
+ <PostBuild>
+ </PostBuild>
+
+ <Test>
+ </Test>
+
+ <Install>
+ <make path="src" target="install" />
+ </Install>
+
+ <Dist>
+ <tar target="${fbuild_dist_dir}/${fbuild_build_title}-${fbuild_arch}-${fbuild_os}-${fbuild_os_version}"
+ basepath="${fbuild_install_dir}" compress="yes">
+ <addfile path="fbench" />
+ </tar>
+
+ </Dist>
+
+</BuildSpecification>