hackrf/ci-scripts/install-host.sh

8 lines
73 B
Bash
Executable File

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