Skip to content

weisserd/docker-doctoolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

docker image for doctoolchain

Basic Docker image to generate docToolchain documentations.

Usage in gitlab-ci

The main reason for this image was the usage within gitlab

A runner can be configured via:

image: dweisser/docker-doctoolchain

build:
  stage: build
  script:
    - /docToolchain/bin/doctoolchain <FOLDER> generatePDF
  tags:
    - docker
  artifacts:
    expire_in: 2 weeks
    paths:
     - build/pdf/*.pdf

About

Docker image to generate docToolchain documentations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published