summaryrefslogtreecommitdiffstats
path: root/fbench/build/buildspec.xml
blob: eb33ba8416e3ad6923f309a125ef6382fcbca3d2 (plain) (blame)
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
<!-- 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>