Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PixelDroid
PixelDroid
Commits
8c715c9a
Commit
8c715c9a
authored
Feb 28, 2020
by
Ulysse Widmer
Browse files
travis config, license and readme
parent
b10a800b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
8c715c9a
language
:
android
android
:
components
:
# The BuildTools version used by your project (make sure it's exactly the same as in the build.gradle)
-
build-tools-29.0.3
# The SDK version used to compile your project
-
android-29
# The SDK version used by the system image
-
android-22
# The system image, to run an emulator during the tests
-
sys-img-armeabi-v7a-android-22
before_script
:
# Emulator Management: Create, Start and Wait
-
echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
-
emulator -avd test -no-audio -no-window &
-
android-wait-for-emulator
-
adb shell input keyevent
82
LICENSE
0 → 100644
View file @
8c715c9a
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
View file @
8c715c9a
# PixelDroid
Software Development Project course, EPFL, Spring 2020
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