Skip to content

Commit

Permalink
Ignore ROOT self-tests, they require internet connection
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 16, 2023
1 parent f6a536b commit 6dc58a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ compile_root() {
fi
mkdir -p $ROOT_TMP_BUILD_DIR
cd $ROOT_TMP_BUILD_DIR
cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPython3_ROOT_DIR=$(which python3)
cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPython3_ROOT_DIR=$(which python3) -Dtesting=OFF -Dbuiltin_gtest=OFF
cmake --build . --target install -j $(nproc)
cd $INSTALLATION_DIR
rm -rf $ROOT_TMP_DIR $ROOT_TMP_BUILD_DIR
Expand Down

0 comments on commit 6dc58a8

Please sign in to comment.