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

enable build again

parent d446176d
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
......@@ -15,26 +15,26 @@ cache:
- .gradle/wrapper
- .gradle/caches
# build:
# image: openjdk:11
# stage: build
# script:
# - ./gradlew --console=plain --no-daemon assemble
# - cp -a src/gen java_files/
# artifacts:
# paths:
# - "java_files/"
build:
image: openjdk:11
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble
- cp -a src/gen java_files/
artifacts:
paths:
- "java_files/"
ragdoc_build:
image:
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 src/ -name '*.java')
- JAVA_FILES=$(find java_files/ -name '*.java')
# - JAVA_FILES=$(find src/ -name '*.java')
- /ragdoc-builder/start-builder.sh -d data/ $JAVA_FILES
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment