Skip to content

Commit 60b2263

Browse files
committed
Updated build checklist to add arch checkboxes
1 parent 2a13f0c commit 60b2263

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/contribute.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Release checklist
6868
- [ ] Run the tests locally via `tox`: this performs some long-running tests that are skipped on Travis.
6969
- [ ] Build and run the [on_device_unit_tests](https://github.com/kivy/python-for-android/tree/master/testapps/on_device_unit_tests) app using buildozer. Check that they all pass.
7070
- [ ] Build and run the following [testapps](https://github.com/kivy/python-for-android/tree/master/testapps) for arch `armeabi-v7a` and `arm64-v8a`:
71-
- [ ] `python3 setup_testapp_python3_sqlite_openssl.py apk`
72-
- [ ] `python3 setup_testapp_python2.py apk`
71+
- `python3 setup_testapp_python3_sqlite_openssl.py apk`
72+
- [ ] `armeabi-v7a`
73+
- [ ] `arm64-v8a`
74+
- `python3 setup_testapp_python2.py apk`
75+
- [ ] `armeabi-v7a`
76+
- [ ] `arm64-v8a`
7377
- [ ] Check that the version number is correct

0 commit comments

Comments
 (0)