summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 18cb2c3..5272b21 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+DIR=`pwd`
echo "Hello OVSNFV community!"
+echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
+
+$DIR/buildovs.sh
+
exit 0