Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Watzko
ShowCaseStandalone
Commits
112cfcc4
Commit
112cfcc4
authored
Sep 01, 2019
by
kellerkindt
Browse files
Try to use gitlab-ci to build the binary as well
parent
f0b2ad91
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
112cfcc4
...
...
@@ -7,4 +7,12 @@ mirror:
-
git pull origin ${CI_COMMIT_REF_NAME}
-
git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git --all
cache
:
paths
:
-
.m2/repository
-
target/
build
:
stage
:
build
script
:
mvn compile dependency:resolve dependency:sources -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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