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
87cd1c8f
Commit
87cd1c8f
authored
4 years ago
by
Lorenz Boguhn
Committed by
Sören Henning
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Temporary disable code checks
parent
8f496205
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
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-quarkus/.gitlab-ci.yml
+7
-6
7 additions, 6 deletions
theodolite-quarkus/.gitlab-ci.yml
with
7 additions
and
6 deletions
theodolite-quarkus/.gitlab-ci.yml
+
7
−
6
View file @
87cd1c8f
...
...
@@ -3,6 +3,7 @@ image: openjdk:11-jdk
stages
:
-
build
-
test
-
check
#- package
before_script
:
...
...
@@ -28,16 +29,16 @@ test:
script
:
-
./gradlew test --stacktrace
code_style_
klint
:
stage
:
test
k
t
lint
:
stage
:
check
tags
:
-
exec-docker
script
:
-
./gradlew ktlintCheck
-
./gradlew ktlintCheck
--continue
codeanalysis_
detekt
:
stage
:
test
.
detekt
:
stage
:
check
tags
:
-
exec-docker
script
:
-
./gradlew detekt
\ No newline at end of file
-
./gradlew detekt --continue
\ 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