Skip to content
Snippets Groups Projects
Commit 05fc8551 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

initial commit for generating the api documentation via phpdocumentor

parent 985a32dc
No related branches found
No related tags found
No related merge requests found
Pipeline #10382 failed
stages: stages:
- checkout
- build - build
git checkout:
image: apline/git:latest
stage: checkout
script:
- git -c http.sslVerify=false clone https://gitlab.studip.de/studip/studip.git --single-branch
artifacts:
paths:
- studip
pages: pages:
image: image:
name: phpdoc/phpdoc:${IMAGE_TAG} name: phpdoc/phpdoc:${IMAGE_TAG}
entrypoint: [""] entrypoint: [""]
stage: build stage: build
dependencies:
- git checkout
variables: variables:
PHPDOC_OUTPUT: "doc/html" PHPDOC_OUTPUT: "doc/html"
IMAGE_TAG: "3.3" IMAGE_TAG: "3.3"
script: script:
- git -c http.sslVerify=false clone https://gitlab.studip.de/studip/studip.git --single-branch
- cd studip - cd studip
- /opt/phpdoc/bin/phpdoc -t ${PHPDOC_OUTPUT} --config ../phpdoc.xml - /opt/phpdoc/bin/phpdoc -t ${PHPDOC_OUTPUT} --config ../phpdoc.xml
- mv ${PHPDOC_OUTPUT} ../public - mv ${PHPDOC_OUTPUT} ../public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment