Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
my-test-group
TestAppCiNew
Commits
6bc93bcd
Commit
6bc93bcd
authored
Nov 26, 2025
by
jayed nahian
Browse files
test-pipline
parent
61e1d12f
Pipeline
#8084
canceled with stage
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
6bc93bcd
test
:
tags
:
-
macos
# Use the tag you set during registration
script
:
-
echo "Testing runner on Mac"
-
node --version
-
npm --version
android/app/build.gradle
View file @
6bc93bcd
...
...
@@ -92,15 +92,21 @@ android {
keyAlias
'androiddebugkey'
keyPassword
'android'
}
release
{
storeFile
file
(
MYAPP_RELEASE_STORE_FILE
)
storePassword
MYAPP_RELEASE_STORE_PASSWORD
keyAlias
MYAPP_RELEASE_KEY_ALIAS
keyPassword
MYAPP_RELEASE_KEY_PASSWORD
}
}
buildTypes
{
debug
{
signingConfig
signingConfigs
.
debug
signingConfig
signingConfigs
.
release
}
release
{
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
signingConfig
signingConfigs
.
debug
signingConfig
signingConfigs
.
release
minifyEnabled
enableProguardInReleaseBuilds
proguardFiles
getDefaultProguardFile
(
"proguard-android.txt"
),
"proguard-rules.pro"
}
...
...
android/gradle.properties
View file @
6bc93bcd
...
...
@@ -42,3 +42,9 @@ hermesEnabled=true
# This allows your app to draw behind system bars for an immersive UI.
# Note: Only works with ReactActivity and should not be used with custom Activity.
edgeToEdgeEnabled
=
false
MYAPP_RELEASE_STORE_FILE
=
/Users/tltestuser/Documents/my-release-key.jks
MYAPP_RELEASE_KEY_ALIAS
=
key0
MYAPP_RELEASE_STORE_PASSWORD
=
223344
MYAPP_RELEASE_KEY_PASSWORD
=
223344
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment