Skip to content
Snippets Groups Projects
Commit 217a75d6 authored by John Parent's avatar John Parent
Browse files

Pipe unix command output to null fd

parent f893ca2a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ python3:
# Now we use the virtual env's python3
- python3 -m pip install --upgrade pip
- python3 -m pip install pycodestyle .
- cmake -P ./.gitlab/ci/eigen.cmake
- cmake -P ./.gitlab/ci/eigen.cmake &>/dev/null
- export PATH=$PWD/eigen-3.3.9:$PATH
- export EIGEN_DIR=$PWD/eigen-3.3.9:$EIGEN_DIR
only:
......
......@@ -28,7 +28,7 @@ endfunction(add_autopybind11_failing_test)
if(Eigen_INCLUDE_DIR)
add_test(NAME Eigen-Dependency COMMAND "${CMAKE_CTEST_COMMAND}"
--build-and-test
${CMAKE_CURRENT_BINARY_DIR}/eigen
${CMAKE_CURRENT_SOURCE_DIR}/eigen
${CMAKE_CURRENT_BINARY_DIR}/eigen
--build-two-config
--build-run-dir ${CMAKE_CURRENT_BINARY_DIR}/eigen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment