Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Energy Components Catalog
Commits
f4b50fc2
Commit
f4b50fc2
authored
4 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Build script, second try
parent
286a790d
master
Pipeline
#2407
canceled with stage
in 41 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-0
.gitlab-ci.yml
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
+
2
-
0
View file @
f4b50fc2
...
@@ -7,8 +7,10 @@ pages:
...
@@ -7,8 +7,10 @@ pages:
-
docker
# use shared runner
-
docker
# use shared runner
image
:
maven:3.6.3-adoptopenjdk-15
image
:
maven:3.6.3-adoptopenjdk-15
script
:
script
:
-
cd de.hftstuttgart.energycomponents.parent
-
mvn --version
-
mvn --version
-
mvn clean install
# build p2 repo
-
mvn clean install
# build p2 repo
-
cd ..
-
rm -rf public
-
rm -rf public
-
mkdir -p public
-
mkdir -p public
-
cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public
-
cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets