We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e67dd9 commit 65fd5bdCopy full SHA for 65fd5bd
1 file changed
.travis.yml
@@ -171,7 +171,7 @@ script:
171
else
172
cmake ${cmake_option} -DCMAKE_INSTALL_PREFIX=$HOME/CoreNeuron -DPYTHON_EXECUTABLE=$(which python3) ..;
173
fi
174
- - cmake --build .
+ - cmake --build . --verbose
175
- ctest --output-on-failure
176
- make install
177
0 commit comments