hackrf/ci-scripts/install_host.sh

7 lines
68 B
Bash
Raw Permalink Normal View History

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