summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/hicn/build-vpp-latest.sh
blob: 444f9b699a7e75e9a59b3608d0d3d3293ea572e0 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# basic build script example
set -euxo pipefail

pushd scripts
bash ./build-packages.sh vpp_master
popd