Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
7e31ade8
Commit
7e31ade8
authored
1 year ago
by
Aleksandras Kostarevas
Browse files
Options
Downloads
Patches
Plain Diff
Add crash reporting file to CI
parent
08296ec4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Integrate voice input
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
setUpPropertiesCI.sh
+3
-1
3 additions, 1 deletion
setUpPropertiesCI.sh
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
7e31ade8
...
...
@@ -9,7 +9,7 @@ build:
tags
:
-
docker
script
:
-
./setUp
Key
sCI.sh
-
./setUp
Propertie
sCI.sh
-
gradle assembleRelease -s
-
mv build/outputs/apk/release/latinime-release.apk ./LatinIME-release-$CI_COMMIT_SHORT_SHA.apk
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
setUp
Key
sCI.sh
→
setUp
Propertie
sCI.sh
+
3
−
1
View file @
7e31ade8
...
...
@@ -3,4 +3,6 @@ echo ${KEYSTORE_FILE?Need keystore file} | base64 --decode > key.jks
echo
storePassword
=
${
KEYSTORE_PASSWORD
?Need keystore password
}
>
keystore.properties
echo
keyPassword
=
${
KEY_PASSWORD
?Need key password
}
>>
keystore.properties
echo
keyAlias
=
${
KEYSTORE_ALIAS
?Need key alias
}
>>
keystore.properties
echo
storeFile
=
key.jks
>>
keystore.properties
\ No newline at end of file
echo
storeFile
=
key.jks
>>
keystore.properties
echo
${
CRASHREPORTING_FILE
?Need crash reporting file
}
|
base64
--decode
>
crashreporting.properties
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment