Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gitlab-ci-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Bruno Agrizzi
gitlab-ci-android
Commits
aff296b5
Commit
aff296b5
authored
Sep 21, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
permissão do commit anterior.
parent
fa04c483
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
aff296b5
...
...
@@ -5,6 +5,9 @@ variables:
ANDROID_BUILD_TOOLS
:
"
25.0.3"
ANDROID_SDK_TOOLS_REV
:
"
3859397"
# "26.0.1"
before_script
:
-
chmod +x ./gradlew
stages
:
-
build
-
test
...
...
@@ -40,7 +43,6 @@ functionalTests:
-
echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;armeabi-v7a"
-
$ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim
-
adb wait-for-device shell input keyevent 82
-
chmod +x ./gradlew
-
./gradlew cAT
artifacts
:
paths
:
...
...
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