Files
vpp/extras/hs-test/script/build_boringssl.sh
Dave Wallace bee28afbb2 hs-test: output docker build command for ci console log
- clean up shellcheck warnings
- rename extras/hs-test/test script
- add -x attribute to compress script for consistancy

Type: test

Change-Id: I5d1a9d16eeaff18562461b1e445e32ac696266d3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2024-06-14 20:14:59 +00:00

5 lines
73 B
Bash
Executable File

#!/bin/bash
cd boringssl || exit 1
cmake -GNinja -B build
ninja -C build