Skip to content
Snippets Groups Projects
Commit 256ecffb authored by Kashyap Thimmaraju's avatar Kashyap Thimmaraju
Browse files

quic-testing changes

parent c3c69ba3
No related merge requests found
Pipeline #14932 failed with stages
in 3 minutes and 20 seconds
......@@ -25,4 +25,12 @@ RUN cd /src/lsquic && \
cmake -DBORINGSSL_DIR=/src/boringssl . && \
make
RUN cd lsquic && make test && cp http_client /usr/bin/ && cp http_server /usr/bin
COPY server.key /src/lsquic/
COPY server.crt /src/lsquic/
RUN cd lsquic && make test && cp http_client /usr/bin/ && cp http_server /usr/bin && cp echo_server /usr/bin
COPY run_endpoint.sh .
RUN chmod +x run_endpoint.sh
ENTRYPOINT [ "./run_endpoint.sh" ]
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