Files
mixer-tools/Dockerfile
T
Kevin C. Wells 60a7cc0b0b Add batcheck back in to Travis
Now that the Travis CI builds are significantly faster, we can add back
in the BATS tests.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-04-12 16:54:02 -07:00

6 lines
296 B
Docker

FROM clearlinux/mixer-ci:latest
ENV LC_ALL="en_US.UTF-8"
COPY --chown=clr:clr . /home/clr/go/src/github.com/clearlinux/mixer-tools/
WORKDIR /home/clr/go/src/github.com/clearlinux/mixer-tools
ENTRYPOINT ["/bin/sh", "-c", "make && sudo -E make install && make lint && make check && make batcheck"]