Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
netmetr-android
Commits
2a08392c
Commit
2a08392c
authored
Mar 07, 2018
by
Drahomír Karchňák
Browse files
Build Android Debug app every time on tags.
parent
d988a20f
Pipeline
#42434
passed with stages
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a08392c
...
...
@@ -60,10 +60,8 @@ AndroidAppDebug:
allow_failure
:
true
script
:
-
>
if git diff $LAST_PIPELINE_COMMIT HEAD --name-only|grep RMBTAndroid; then
echo "Starting Android App build!" &&
cd RMBTAndroid/ && ./gradlew clean assembleDebug test lint && cd ..
fi;
echo "Starting Android App build!" &&
cd RMBTAndroid/ && ./gradlew clean assembleDebug test lint && cd ..
artifacts
:
paths
:
-
RMBTAndroid/build/outputs/apk/debug/*.apk
...
...
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