summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.sh')
-rw-r--r--ci/build.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
new file mode 100644
index 00000000..8d71d934
--- /dev/null
+++ b/ci/build.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+##############################################################################
+# Copyright (c) 2016 ZTE Coreporation and others.
+# hu.zhijiang@zte.com.cn
+# sun.jing22@zte.com.cn
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+DAISYDIR = $1
+cd ci/build_rpm
+./build_rpms.sh DAISYDIR
+
+