Skip to content
Snippets Groups Projects
Commit 166a4bd0 authored by René Schöne's avatar René Schöne
Browse files

using new images with shell as entrypoint

parent 689e57cc
No related branches found
No related tags found
No related merge requests found
......@@ -20,15 +20,19 @@ build:
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble
- cp -a src/gen java_files/
artifacts:
paths:
- "src/gen"
- "java_files/"
ragdoc_build:
image: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
stage: ragdoc_build
dependencies:
- build
script:
- data/ src/
- JAVA_FILES=$(find java_files/ -name '*.java')
- ./start-build.sh -d data/ $JAVA_FILES
artifacts:
paths:
- "data/"
......@@ -36,8 +40,11 @@ ragdoc_build:
ragdoc_view:
image: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
stage: ragdoc_view
dependencies:
- ragdoc_build
script:
- .
- ( cd src/ && ln -s ../data )
- ./build-view.sh
artifacts:
paths:
- "dist/"
......@@ -45,6 +52,8 @@ ragdoc_view:
pages:
image: python:3.7-alpine
stage: publish
dependencies:
- ragdoc_view
before_script:
- pip install -U sphinx sphinx-rtd-theme recommonmark sphinxemoji sphinx-markdown-tables
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment