-
Notifications
You must be signed in to change notification settings - Fork 523
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
🚨 Build integration test #1100
🚨 Build integration test #1100
Conversation
Also fixes CHANGELOG.md descending PR order
@@ -36,20 +37,24 @@ | |||
|
|||
**Merged pull requests:** | |||
|
|||
- Android gradle build: fix apk name [\#1025](/~https://github.com/kivy/buildozer/pull/1025) ([SomberNight](/~https://github.com/SomberNight)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jus reordered from ascending to descending
- name: buildozer android debug | ||
run: | | ||
touch main.py | ||
buildozer android debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds a 11 minutes overhead, but it's probably worth trying until we have proper unit test coverage 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh boy, this is quite of time, but you are right, better this than nothing 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, ¡¡Thanks!!
- name: buildozer android debug | ||
run: | | ||
touch main.py | ||
buildozer android debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh boy, this is quite of time, but you are right, better this than nothing 👍
Yes indeed it's quite some time and most of what we do here is already tested in p4a. But for the lack of having nice unit test coverage we integration test. That will give us confidence that at least the minimum is working. |
Also fixes CHANGELOG.md descending PR order