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:
Andre Miras 2020-05-11 18:18:52 +02:00 committed by GitHub
commit 5517322766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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