Commit e11a0323 authored by bmortier's avatar bmortier
Browse files

Merge branch '70-add-the-new-sphinx-cli-image-to-the-ci' into '1.4'

Draft: Resolve "add the new sphinx-cli image to the ci"

See merge request fusiondirectory/dev-manual!119
No related merge requests found
Showing with 2 additions and 11 deletions
+2 -11
# Specify docker image # Generate sphinx rapport
image: debian:stretch
# Execute before every job
# Install libperl-critic-perl, php-codesniffer, git and php
before_script:
- apt-get update -qq
- apt-get install -y -qq python-sphinx python-sphinx-rtd-theme make
# Generate perlcritic rapport
create_sphinx_rapport: create_sphinx_rapport:
image: registry.fusiondirectory.org/fusiondirectory/fd/sphinx-cli:buster
only: only:
- branches - branches
- tags - tags
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment