Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfiles for images used on CI #3350

Merged
merged 3 commits into from
Sep 19, 2019

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Sep 18, 2019

This PR adds three Dockerfiles:

  • env: Ubuntu image with environment setup for PCL build. OS version is configurable, as well as VTK version. For CI we currently use the default parameters, i.e. Ubuntu 16.04 and VTK 6.
  • doc: image for documentation generation, based on the env image.
  • fmt: image for formatting check with clang-format.

Both doc and fmt are based on the latest Ubuntu release to make sure we get a reasonably up-to-date version of doxygen and clang-format.

Fixes #2973.

@SergioRAgostinho SergioRAgostinho merged commit 52e78ff into PointCloudLibrary:master Sep 19, 2019
@taketwo taketwo deleted the add-dockerfiles branch September 19, 2019 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No Dockerfile for pointcloudlibrary/env
2 participants