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__Mac

9 lines
161 B

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