Skip to content
Snippets Groups Projects
Commit 5f78a9fc authored by nimrod's avatar nimrod
Browse files

Run a check on the resulting binary.

parent d8e95509
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ WORKDIR /hitch-$Version
RUN ./bootstrap && \
make && \
make install
RUN make check
FROM alpine:$AlpineVersion
# hadolint ignore=DL3018
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment