Files
hackrf/ci-scripts/install_host.sh
2026-02-27 16:40:35 -07:00

7 lines
68 B
Bash
Executable File

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