Skip to content

Docker file for the generation of the CGAL documentation using Doxygen

Notifications You must be signed in to change notification settings

maxGimeno/cgal-documentation-dockerfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

cgal-doxygen-image

This Docker image can be used to build the documentation of CGAL.

It requires a single user mounted volume containing the CGAL tree to be used, /mnt/cgal.

Example Usage:

# Build or pull the image
docker build -t cgal-doxygen .
docker run -v /path/to/cgal:/mnt/cgal \
           cgal-doxygen

# Extract the created documentation
docker cp container_id:/cgal_build/doc_output /tmp/doc_output
# Extract the documentation testsuite
docker cp container_id:/cgal_build/doc_log /tmp/doc_log

About

Docker file for the generation of the CGAL documentation using Doxygen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%