Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
ccdeadb4
Commit
ccdeadb4
authored
Oct 30, 2023
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding experimental gitlab build script
parent
c90d1cfa
Pipeline
#11628
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
.gitlab-ci.yml
.gitlab-ci.yml
+20
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
ccdeadb4
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
stages
:
-
build
build_mod
:
stage
:
build
script
:
-
./gradlew build
artifacts
:
paths
:
-
build/libs/*.jar
only
:
-
develop
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