Commit Graph

7 Commits

Author SHA1 Message Date
Pol Canelles 7212ff2fc4
⬆️ Upgrade to actions/checkout@v2 & actions/setup-python@v2 (#6855)
* ⬆️ Upgrade to actions/checkout@v2

* ⬆️ Upgrade to actions/setup-python@v2
2020-05-02 18:53:36 +02:00
matham 69338d7e41
Fix failing tests (#6845) 2020-04-29 00:05:32 -04:00
matham be7ae35700
Merge pull request #6662 from Lauszus/rpi123_wheel
Compile wheels for Raspberry Pi 1-3 using the CI
2020-01-11 02:15:22 -05:00
Kristian Sloth Lauszus f26da7a242 We can use the same wheel on the Raspberry Pi 4 by ignoring the egl_rpi window provider 2020-01-11 01:32:35 +01:00
Kristian Sloth Lauszus e6afe6d311 Compile wheels for Raspberry Pi 1-3 2020-01-09 20:43:47 +01:00
Matthew Einhorn d800c3d431 Use token that doesn't expire after 60 min for RPI build. 2019-12-30 14:07:48 -05:00
Kristian Sloth Lauszus 59facf6e6f Cross compile wheel for armv7l (Raspberry Pi 4) using Github Actions CI (#6568)
* Cross compile wheel for armv7l (Raspberry Pi 4) using Github Actions CI

Fixes #6567

* Added instruction on how to install Kivy on a Raspberry Pi 4

* Do not package the examples in the wheel

* We can not upload armv7l wheels to PyPI

* Remove all references to KivyPie

* Merge the installations instructions for Raspberry Pi's together

* Build the armv7l wheel on Stretch as well

* Create a copy of the wheel with a armv6l suffix

* The wheels are Raspberry Pi specific
2019-12-21 15:29:04 -05:00