Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Client
fm.touhou.touhoufm
Commits
5a39dc2a
Verified
Commit
5a39dc2a
authored
Sep 14, 2020
by
Daniel Sonck
Browse files
Fix gradle not working
parent
9b1bce8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5a39dc2a
...
@@ -2,12 +2,14 @@ cache:
...
@@ -2,12 +2,14 @@ cache:
key
:
"
$CI_COMMIT_REF_NAME"
key
:
"
$CI_COMMIT_REF_NAME"
paths
:
paths
:
-
.gradle
-
.gradle
-
gradle/wrapper
-
build
-
build
-
app/.cxx
-
app/.cxx
-
app/build
-
app/build
-
changelog/build
-
changelog/build
stages
:
stages
:
-
prepare
-
build
-
build
-
deploy
-
deploy
...
@@ -15,6 +17,11 @@ before_script:
...
@@ -15,6 +17,11 @@ before_script:
-
cp $APP_RELEASE_GRADLE app/release.gradle
-
cp $APP_RELEASE_GRADLE app/release.gradle
-
cp $LOCAL_PROPERTIES local.properties
-
cp $LOCAL_PROPERTIES local.properties
prepare
:
stage
:
prepare
script
:
-
./gradlew wrapper
build
:
build
:
stage
:
build
stage
:
build
script
:
script
:
...
@@ -23,6 +30,7 @@ build:
...
@@ -23,6 +30,7 @@ build:
artifacts
:
artifacts
:
paths
:
paths
:
-
app/version.gradle
-
app/version.gradle
deploy
:
deploy
:
dependencies
:
dependencies
:
-
build
-
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