Skip to content
Snippets Groups Projects
Commit 09f31ff0 authored by Guilherme Amadio's avatar Guilherme Amadio Committed by Axel Naumann
Browse files

travis: disable unavailable options now enabled by all=ON

parent 80d3816f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ set -ex
# We need to put in place all relevant headers before running clang-tidy.
mkdir ../build
cd ../build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -Dall=On -Dtesting=On -Dx11=Off ../root
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -Dall=On -Dtesting=On -Dx11=Off -Dalien=Off \
-Dcuda=Off -Dtmva-gpu=Off ../root
# We need to prebuild a minimal set of targets which are responsible for header copy
# or generation.
make -j4 move_headers intrinsics_gen ClangCommentCommandList ClangCommentCommandInfo \
......
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