Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge b60b2d1 into 611dcfc
Browse files Browse the repository at this point in the history
  • Loading branch information
ruphy committed Jun 16, 2022
2 parents 611dcfc + b60b2d1 commit 0b564d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Expand Up @@ -22,6 +22,9 @@
#
# To login to container:
# docker run -it --rm libmpc bash
#
# To extract the documentation
# docker run --rm libmpc /usr/bin/tar c /root/target/Release/doxygen > doxygen.tar
# ------------------------------------------------------------------------------

FROM ubuntu:bionic
Expand Down Expand Up @@ -56,6 +59,9 @@ RUN ./scripts/build.sh
RUN cd ./target/Release && \
make install

RUN cd ./target/Release && \
make doc

CMD ./scripts/test.sh


0 comments on commit 0b564d6

Please sign in to comment.