You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mymonero-core-cpp/bin/buildAndRun_tests

9 lines
119 B

#!/usr/bin/env bash
mkdir -p build;
cd build &&
cmake .. &&
cmake --build . &&
CTEST_OUTPUT_ON_FAILURE=1 ctest -VV