8000 Merge pull request #1277 from AndreMiras/feature/ticket1263_build_tes… · kvlee/python-for-android@37284f8 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 37284f8

Browse files
authored
Merge pull request kivy#1277 from AndreMiras/feature/ticket1263_build_testapps
Build `testapp_python2` using `setup_testapp_python2.py`
2 parents cf2de54 + 95c85cd commit 37284f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_install:
1111
script:
1212
- docker run p4a /bin/sh -c 'uname -a'
1313
- docker run p4a /bin/sh -c '. venv/bin/activate && p4a apk --help'
14-
- docker run p4a /bin/sh -c '. venv/bin/activate && p4a apk --private testapps/testapp/ --package=com.github.kivy --name "Testapp" --version 0.1 --sdk_dir /opt/android/android-sdk/ --android_api 19 --ndk_dir /opt/android/android-ndk/ --ndk-version 16b --bootstrap=sdl2 --requirements=python2,kivy'
14+
- docker run p4a /bin/sh -c '. venv/bin/activate && cd testapps/ && python setup_testapp_python2.py apk --sdk-dir /opt/android/android-sdk --ndk-dir /opt/android/android-ndk'

0 commit comments

Comments
 (0)
0