Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
whats-open-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
whats-open-android
Commits
80969d1d
Commit
80969d1d
authored
Dec 30, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
.gitlab-ci.yml
.gitlab-ci.yml
+3
-7
No files found.
.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