mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-04 20:51:27 +00:00
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>
6 lines
296 B
Docker
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"]
|