Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
GOUVILLE Tom
template-JavaFX
Commits
03189839
Verified
Commit
03189839
authored
Sep 26, 2021
by
GOUVILLE Tom
🤞
Browse files
[ADD] gitlab CI
parent
d3067c19
Pipeline
#21468
failed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
.gitlab-ci.yml
.gitlab-ci.yml
+18
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
03189839
image
:
java:11-jdk
stages
:
-
build
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
build
:
stage
:
build
script
:
-
./gradlew build
Write
Preview
Markdown
is supported
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