Skip to content

Commit 546b5cb

Browse files
authored
fix C++ API docs (#699)
1 parent bdfe25a commit 546b5cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qa/L0_docs/test.sh

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ apt-get update && \
3838

3939
set +e
4040

41+
(cd src/clients/c++ &&
42+
cp -f request.h.in request.h
43+
cp -f request_grpc.h.in request_grpc.h
44+
cp -f request_http.h.in request_http.h)
45+
4146
(cd docs && rm -f trtis_docs.zip && \
4247
make BUILDDIR=/opt/tensorrtserver/qa/L0_docs/build clean html) > $TEST_LOG 2>&1
4348
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)