Build verbosely
parent
786f205fe8
commit
4b2e6bf9c3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue