Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Fess Search engine
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
Service Desk
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
Jonas Leder
Fess Search engine
Compare revisions
909f50542582bf6e4e2e738fc667e6908f614934 to c648930a9f7a862768490cb6b78278a6187b29d2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
jonasled/fess-search-engine
Select target project
No results found
c648930a9f7a862768490cb6b78278a6187b29d2
Select Git revision
Swap
Target
jonasled/fess-search-engine
Select target project
jonasled/fess-search-engine
1 result
909f50542582bf6e4e2e738fc667e6908f614934
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Build debian package with CI
· 334fc063
Jonas Leder
authored
2 years ago
334fc063
Merge branch 'jonasled-master-patch-53591' into 'master'
· c648930a
Jonas Leder
authored
2 years ago
Build debian package with CI See merge request
!1
c648930a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
with
11 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
View file @
c648930a
build-deb-packages
:
image
:
maven:3-eclipse-temurin-17-focal
stage
:
build
script
:
-
mvn antrun:run
-
mvn package
-
mvn jdeb:jdeb
-
mv /builds/jonasled/fess-search-engine/target/releases/*.deb fess.deb
artifacts
:
paths
:
-
fess.deb
This diff is collapsed.
Click to expand it.