Skip to content
Snippets Groups Projects
Commit b0fd707d authored by Johannes Mey's avatar Johannes Mey
Browse files

fix CI

parent 87462994
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ test:
- "./gradlew test"
artifacts:
reports:
junit: "*/build/test-results/test/TEST-*.xml"
junit: "build/test-results/test/TEST-*.xml"
paths:
- "src/gen/resources"
......@@ -42,7 +42,7 @@ ragdoc_build:
needs:
- build
script:
- JAVA_FILES=$(find src/ -name '*.java')
- JAVA_FILES="$(find src/main -name '*.java') $(find src/gen -name '*.java')"
- /ragdoc-builder/start-builder.sh -excludeGenerated -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