summaryrefslogtreecommitdiffstats
path: root/jjb/kvmfornfv/kvmfornfv-build.sh
blob: 4e00a9d87172b41c5d3eb167595e0f32f92341ed (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# build output directory
OUTPUT_DIR=$WORKSPACE/build_output
mkdir -p $OUTPUT_DIR

# start the build
cd $WORKSPACE
./ci/build.sh $OUTPUT_DIR