stm32_serDes_protobuf_project/bld

9 lines
125 B
Plaintext
Raw Normal View History

2024-03-28 17:25:38 +03:00
#!/usr/bin/env bash
clear
echo "Running CMake..."
cmake -S . -B build
cmake --build build
if [ $? -ne 0 ]; then
exit 1
fi