aider/benchmark/cpp-test.sh
2024-12-19 06:49:18 -08:00

11 lines
128 B
Bash
Executable file

#!/bin/bash
# exit when any command fails
set -e
[ ! -d "build" ] && mkdir build
cd build
cmake -G "Unix Makefiles" ..
make