Build verbosely

LT1AB
Ryan Burns 2020-05-02 13:57:41 -07:00
parent 786f205fe8
commit 4b2e6bf9c3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_INSTALL_PREFIX==/opt/conda -DPYTHON_MODULE_DIR=$(python3 -c "import site; print(site.getsitepackages()[0])") cmake .. -DCMAKE_INSTALL_PREFIX==/opt/conda -DPYTHON_MODULE_DIR=$(python3 -c "import site; print(site.getsitepackages()[0])")
make install make install VERBOSE=y
- run: - run:
name: Test ISCE installation name: Test ISCE installation