Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
80969d1d
Commit
80969d1d
authored
Dec 30, 2017
by
David Haynes
🙆
Browse files
OK let's try this other guy's repo
- weeee
parent
88602a6b
Pipeline
#1913
failed with stages
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
80969d1d
image
:
npetrovsky/docker-android-sdk-ndk
variables
:
ANDROID_COMPILE_SDK
:
"
25"
ANDROID_BUILD_TOOLS
:
"
26.0.2"
ANDROID_SDK_TOOLS
:
"
24.4.1"
image
:
jangrewe/gitlab-ci-android
before_script
:
-
export GRADLE_USER_HOME=$(pwd)/.gradle
-
chmod +x ./gradlew
stages
:
...
...
@@ -18,7 +14,7 @@ build:
-
./gradlew assembleDebug
artifacts
:
paths
:
-
app/build/outputs/
-
app/build/outputs/
apk/app-debug.apk
unitTests
:
stage
:
test
...
...
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