Skip to content

Instantly share code, notes, and snippets.

@mingkaic
Last active January 25, 2021 00:03
Show Gist options
  • Select an option

  • Save mingkaic/5d62bfb10062ad74c6f7b94d40fe4bad to your computer and use it in GitHub Desktop.

Select an option

Save mingkaic/5d62bfb10062ad74c6f7b94d40fe4bad to your computer and use it in GitHub Desktop.
mkaichen/bazel_cpp (bazel env for cpp projects)
# 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