Commit e6a41237 authored by Chris Lishka's avatar Chris Lishka Committed by Christian Convey

Changes from Christian to enable doxygen and sphinx, for documentation generation.

parent ecba03a3
...@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \ ...@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
build-essential cmake \ build-essential cmake \
clang-3.9 clang-format-3.9 \ clang-3.9 clang-format-3.9 \
git \ git \
wget patch diffutils zlib1g-dev libtinfo-dev wget patch diffutils zlib1g-dev libtinfo-dev \
doxygen sphinx-doc
RUN apt-get clean autoclean && \ RUN apt-get clean autoclean && \
apt-get autoremove -y apt-get autoremove -y
......
...@@ -75,7 +75,7 @@ check_cpu: build_ngraph_cpp_cpu ...@@ -75,7 +75,7 @@ check_cpu: build_ngraph_cpp_cpu
${VOLUME} \ ${VOLUME} \
${DOCKER_RUN_ENV} \ ${DOCKER_RUN_ENV} \
--env RUN_UID="$(shell id -u)" \ --env RUN_UID="$(shell id -u)" \
--env RUN_CMD="set -e ; set -o pipefail ; cd ${DOCKUSER_HOME}/ngraph-cpp-test/BUILD; cmake -DCMAKE_CXX_COMPILER=clang++-3.9 -DCMAKE_C_COMPILER=clang-3.9 .. 2>&1 | tee cmake.log ; env VERBOSE=1 make ${PARALLEL} 2>&1 | tee make.log ; env VERBOSE=1 make check 2>&1 | tee make_check.log" \ --env RUN_CMD="set -e ; set -o pipefail ; cd ${DOCKUSER_HOME}/ngraph-cpp-test/BUILD; cmake -DCMAKE_CXX_COMPILER=clang++-3.9 -DCMAKE_C_COMPILER=clang-3.9 -DNGRAPH_BUILD_DOXYGEN_DOCS=ON -DNGRAPH_BUILD_SPHINX_DOCS=ON .. 2>&1 | tee cmake.log ; env VERBOSE=1 make ${PARALLEL} 2>&1 | tee make.log ; env VERBOSE=1 make check 2>&1 | tee make_check.log" \
"ngraph_cpp_cpu:${BUILD_VERSION}" \ "ngraph_cpp_cpu:${BUILD_VERSION}" \
sh -c "${DOCKUSER_HOME}/ngraph-cpp-test/contrib/docker/run_as_user.sh" sh -c "${DOCKUSER_HOME}/ngraph-cpp-test/contrib/docker/run_as_user.sh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment