hackrf/ci-scripts/install-host.sh

7 lines
73 B
Bash
Executable file

#!/bin/bash
set -e
mkdir host/build
cd host/build
cmake ..
make
cd ../..