Skip to content

Commit

Permalink
fix C++ API docs (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier authored Sep 27, 2019
1 parent bdfe25a commit 546b5cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qa/L0_docs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ apt-get update && \

set +e

(cd src/clients/c++ &&
cp -f request.h.in request.h
cp -f request_grpc.h.in request_grpc.h
cp -f request_http.h.in request_http.h)

(cd docs && rm -f trtis_docs.zip && \
make BUILDDIR=/opt/tensorrtserver/qa/L0_docs/build clean html) > $TEST_LOG 2>&1
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 546b5cb

Please sign in to comment.