Skip to content

Commit

Permalink
[testapp] Make a flask testapp...
Browse files Browse the repository at this point in the history
So we can get an apk via gh-actions

Notes:
  - this way the reviewers can install the flask apk without making the build
  - these changes will be reverted in the next
    commit...since we want a kivy app as our default)
  • Loading branch information
opacam committed Dec 29, 2019
1 parent 7a9e9bc commit 0ed4d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapps/on_device_unit_tests/setup_test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'apk':
{
'requirements':
'sqlite3,libffi,openssl,pyjnius,kivy,python3,requests',
'sqlite3,libffi,openssl,pyjnius,flask,genericndkbuild,python3,requests',
'android-api': 27,
'ndk-api': 21,
'dist-name': 'bdist_test_app_unittests',
Expand Down

0 comments on commit 0ed4d70

Please sign in to comment.