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

skip build, rapid debugging

parent 782aa775
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
# - build
- ragdoc_build
- ragdoc_view
- publish
......@@ -30,10 +30,14 @@ ragdoc_build:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
entrypoint: [""]
stage: ragdoc_build
dependencies:
- build
# dependencies:
# - build
script:
- JAVA_FILES=$(find java_files/ -name '*.java')
# - JAVA_FILES=$(find java_files/ -name '*.java')
- pwd
- ls -lah
- JAVA_FILES=$(find src/ -name '*.java')
- echo $JAVA_FILES
- ./start-build.sh -d data/ $JAVA_FILES
artifacts:
paths:
......@@ -47,6 +51,8 @@ ragdoc_view:
dependencies:
- ragdoc_build
script:
- pwd
- ls -lah
- ( cd src/ && ln -s ../data )
- ./build-view.sh
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment