Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Abstract Type Navigation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
preprocessors
Abstract Type Navigation
Commits
5e9845f3
Commit
5e9845f3
authored
4 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
Feature/ci
parent
5392b8f9
No related branches found
No related tags found
1 merge request
!1
Feature/ci
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+27
-0
27 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
build.gradle
+2
-0
2 additions, 0 deletions
build.gradle
relast.preprocessor
+1
-1
1 addition, 1 deletion
relast.preprocessor
settings.gradle
+1
-1
1 addition, 1 deletion
settings.gradle
with
32 additions
and
3 deletions
.gitlab-ci.yml
0 → 100644
+
27
−
0
View file @
5e9845f3
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
test
build
:
image
:
openjdk:8
stage
:
build
script
:
# see discussion in the answer of https://stackoverflow.com/questions/44911155/gradle-how-to-include-runtimeonly-dependencies-in-javaexec-classpath
-
./gradlew --console=plain --no-daemon relast.preprocessor:jar
-
./gradlew --console=plain --no-daemon assemble jar
artifacts
:
paths
:
-
build/libs/*.jar
test
:
image
:
openjdk:8
stage
:
test
script
:
-
./gradlew --console=plain --no-daemon check
artifacts
:
reports
:
junit
:
build/test-results/test/**/TEST-*.xml
This diff is collapsed.
Click to expand it.
.gitmodules
+
1
−
1
View file @
5e9845f3
[submodule "relast.preprocessor"]
path = relast.preprocessor
url =
git@git-st.inf.tu-dresden.de:jastadd
/relast-preprocessor.git
url =
../..
/relast-preprocessor.git
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
0
View file @
5e9845f3
...
...
@@ -21,6 +21,8 @@ dependencies {
testImplementation
testFixtures
(
project
(
":relast.preprocessor"
))
}
project
.
version
=
"0.2.0"
sourceSets
{
main
{
java
.
srcDir
"src/gen/java"
...
...
This diff is collapsed.
Click to expand it.
relast.preprocessor
@
12668fd8
Subproject commit
aeb1e3f9676705f3a05a54bbce175151825b0d7e
Subproject commit
12668fd8c2e4eee20000d1e7b43b2d4d17c59d45
This diff is collapsed.
Click to expand it.
settings.gradle
+
1
−
1
View file @
5e9845f3
...
...
@@ -4,7 +4,7 @@ pluginManagement {
}
}
rootProject
.
name
=
'
preprocess
or'
rootProject
.
name
=
'
abstract_type_navigation_generat
or'
include
'relast.preprocessor'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment