summaryrefslogtreecommitdiffstats
path: root/fnet/build
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /fnet/build
Publish
Diffstat (limited to 'fnet/build')
-rw-r--r--fnet/build/buildspec.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/fnet/build/buildspec.xml b/fnet/build/buildspec.xml
new file mode 100644
index 00000000000..adc792e0692
--- /dev/null
+++ b/fnet/build/buildspec.xml
@@ -0,0 +1,39 @@
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<BuildSpecification>
+ <Owner>
+ <OwnerName></OwnerName>
+ <OwnerEmail></OwnerEmail>
+ </Owner>
+
+ <Dependencies os="all" arch="all">
+ <dep package="common/fastos" version="0.0" />
+ </Dependencies>
+
+ <PreBuild os="all" arch="all">
+ <configure path="src">
+ <parameter value="--fastos-dir ${fbuild_install_dir}/fastos" />
+ <parameter value="--install-dir ${fbuild_install_dir}/fnet" />
+ <if feature="nodirectwrite">
+ <parameter value="--disable-direct-write" />
+ </if>
+ </configure>
+ </PreBuild>
+
+ <Build os="all" arch="all">
+ <make path="src" target="bootstrap" />
+ </Build>
+
+ <PostBuild os="all" arch="all">
+ </PostBuild>
+
+ <Test os="all" arch="all">
+ </Test>
+
+ <Install os="all" arch="all">
+ <make path="src" target="install" />
+ </Install>
+
+ <Dist os="all" arch="all">
+ </Dist>
+
+</BuildSpecification>