Skip to content

New builds #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 25 additions & 32 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,31 @@ jobs:
strategy:
matrix:
os:
- 'ubuntu-latest'
- "ubuntu-latest"
runs-on: ${{ matrix.os }}
steps:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.buildozer
.buildozer
key: ${{ hashFiles('buildozer.spec') }}

- name: Setup environment
run: |
pip install buildozer
pip install Cython
- run: buildozer --help
- name: SDK, NDK and p4a download
run: |
sed -i.bak "s/# android.accept_sdk_license = False/android.accept_sdk_license = True/" buildozer.spec
buildozer android p4a -- --help
- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt -y install automake
- name: buildozer android debug
run: |
touch main.py
buildozer android debug
- uses: actions/upload-artifact@v2
with:
path: bin/*.apk
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.12
- uses: actions/checkout@v2
- uses: actions/cache@v4
with:
path: |
~/.buildozer
.buildozer
key: ${{ hashFiles('tools/build/buildozer.spec') }}

- name: Setup environment
run: |
pip install buildozer
pip install Cython setuptools
- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt -y install libltdl-dev automake
- name: buildozer android debug
run: |
sh tools/build/build-android.sh
- uses: actions/[email protected]
with:
path: .buildozer/bin/*.apk
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.buildozer
*.pyc
__pycache__/
bin
19 changes: 0 additions & 19 deletions libs/garden/garden.navigationdrawer/LICENSE

This file was deleted.

128 changes: 0 additions & 128 deletions libs/garden/garden.navigationdrawer/README.md

This file was deleted.

Binary file removed libs/garden/garden.navigationdrawer/__init__.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Loading