Last active
January 25, 2021 00:03
-
-
Save mingkaic/5d62bfb10062ad74c6f7b94d40fe4bad to your computer and use it in GitHub Desktop.
mkaichen/bazel_cpp (bazel env for cpp projects)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mkaichen/bazel_cpp | |
| FROM mkaichen/ubuntu-setup:bazel-ubuntu18 | |
| # general & lcov setup | |
| RUN apt-get update && apt-get install -y make libc6-dbg lcov git; | |
| # coverall-lcov install | |
| RUN apt-get install -y ruby | |
| RUN gem install coveralls-lcov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment