Install cram in home directory and only if tests are active
This commit is contained in:
parent
6fff06a2ee
commit
23aab98c90
1 changed files with 4 additions and 1 deletions
|
@ -90,7 +90,10 @@ before_install:
|
|||
brew unlink cmake
|
||||
brew install llvm cmake
|
||||
fi
|
||||
- pip install cram
|
||||
- |
|
||||
if [ "${TESTS:-ON}" = "ON" ]; then
|
||||
pip install --user cram
|
||||
fi
|
||||
- export CXX=${CC/gcc/g++}; export CXX=${CXX/clang/clang++}
|
||||
- $CC --version
|
||||
- $CXX --version
|
||||
|
|
Loading…
Add table
Reference in a new issue