Skip to content

Commit

Permalink
Comment out docs target in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 10, 2020
1 parent e727df5 commit 89d813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/script_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake --version

cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_DOCUMENTATION=NO ${TRAVIS_BUILD_DIR}
run_make
cmake --build . --target docs
# cmake --build . --target docs
ctest --output-on-failure .

if [ "${BUILD_TYPE}" = "Coverage" ]; then
Expand Down

0 comments on commit 89d813c

Please sign in to comment.