Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
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
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
a6c44bb2
Commit
a6c44bb2
authored
4 years ago
by
Lorenz Boguhn
Committed by
Sören Henning
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add theodolite to gitlab-ci
parent
96b94d81
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!84
Gitlab CI for Theodolite-Kotlin-Quarkus
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
theodolite-quarkus/.gitlab-ci.yml
+34
-0
34 additions, 0 deletions
theodolite-quarkus/.gitlab-ci.yml
with
46 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
a6c44bb2
...
...
@@ -30,3 +30,15 @@ execution:
-
execution/*
-
when
:
manual
allow_failure
:
true
check
:
stage
:
triggers
trigger
:
include
:
theodolite-quarkus/.gitlab-ci.yml
strategy
:
depend
rules
:
-
if
:
"
$CI_COMMIT_TAG"
-
changes
:
-
theodolite-quarkus/*
-
when
:
manual
allow_failure
:
true
This diff is collapsed.
Click to expand it.
theodolite-quarkus/.gitlab-ci.yml
0 → 100644
+
34
−
0
View file @
a6c44bb2
image
:
openjdk:11-jdk
stages
:
-
build
-
test
#- package
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
compile
:
stage
:
build
script
:
-
./theodolite-quarkus/gradlew build
test
:
stage
:
test
script
:
-
./theodolite-quarkus/gradlew test --stacktrace
# code_style_klint:
# stage: test
# script:
# - ./theodolite-quarkus/gradlew ktlintCheck
codeanalysis_detekt
:
stage
:
test
script
:
-
./theodolite-quarkus/gradlew detekt
\ No newline at end of file
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