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
66b6129d
Commit
66b6129d
authored
Sep 18, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
acertando teste funcional.
parent
f57508bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
66b6129d
...
...
@@ -16,7 +16,6 @@ build:
-
master
stage
:
build
script
:
-
echo $ANDROID_HOME
-
chmod +x ./gradlew
-
apk add --no-cache bash
-
./gradlew assembleDebug
...
...
@@ -31,6 +30,8 @@ unitTests:
-
master
stage
:
test
script
:
-
chmod +x ./gradlew
-
apk add --no-cache bash
-
./gradlew test
functionalTests
:
...
...
@@ -43,7 +44,7 @@ functionalTests:
-
wget --quiet --output-document=android-wait-for-emulator https://raw.githubusercontent.com/travis-ci/travis-cookbooks/0f497eb71291b52a703143c5cd63a217c8766dc9/community-cookbooks/android-sdk/files/default/android-wait-for-emulator
-
chmod +x android-wait-for-emulator
-
echo y | $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-23;google_apis;x86"
-
echo no | $ANDROID_HOME/tools/bin/sdkmanager create avd -n test -t android-23
--abi google_apis/x86
-
echo no | $ANDROID_HOME/tools/bin/sdkmanager create avd -n test -t android-23
-
$ANDROID_HOME/tools/emulator64-x86 -avd test -no-window -no-audio &
-
./android-wait-for-emulator
-
adb shell input keyevent 82
...
...
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