Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pnml-relast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
pnml
pnml-relast
Commits
48d6b490
Commit
48d6b490
authored
3 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
add CI
parent
fd0b82ab
No related branches found
No related tags found
No related merge requests found
Pipeline
#13310
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+45
-0
45 additions, 0 deletions
.gitlab-ci.yml
with
45 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
45
−
0
View file @
48d6b490
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
test
-
ragdoc_build
-
ragdoc_view
-
deploy
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
build
:
image
:
openjdk:11
stage
:
build
script
:
-
./gradlew --console=plain --no-daemon assemble
artifacts
:
paths
:
-
"
src/gen"
expire_in
:
1 week
test
:
image
:
openjdk:11
stage
:
test
script
:
-
./gradlew --console=plain --no-daemon test
artifacts
:
reports
:
junit
:
build/test-results/test/**/TEST-*.xml
publish_dev
:
image
:
openjdk:11
stage
:
deploy
needs
:
-
test
script
:
-
"
./gradlew
setDevVersionForCI"
-
"
./gradlew
publish"
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