diff options
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 5 |
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 |