Skip to content

Commit

Permalink
docker: Run tests before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Dec 9, 2016
1 parent 84f15ad commit 876a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN unzip /tmp/ninja-linux.zip -d /usr/local/bin
WORKDIR /valum
ADD . .

RUN mkdir build && meson --prefix=/usr --buildtype=release . build && ninja -C build && ninja -C build install
RUN mkdir build && meson --prefix=/usr --buildtype=release . build && ninja -C build && ninja -C build test && ninja -C build install

0 comments on commit 876a63e

Please sign in to comment.