Merge pull request #1093 from AndreMiras/feature/integration_test_sdk_ndk_download
Checks SDK, NDK and p4a get downloaded on first run
This commit is contained in:
commit
5517322766
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test_python.yml
vendored
4
.github/workflows/test_python.yml
vendored
|
@ -58,6 +58,10 @@ jobs:
|
|||
pip install Cython==0.28.6
|
||||
- run: buildozer --help
|
||||
- run: buildozer init
|
||||
- name: SDK, NDK and p4a download
|
||||
run: |
|
||||
sed "s/# android.accept_sdk_license = False/android.accept_sdk_license = True/" -i buildozer.spec
|
||||
buildozer android p4a -- --help
|
||||
|
||||
Python2:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue