Updated Getting test builds (markdown)
parent
f4db0e865b
commit
c5b5477bc1
|
@ -7,9 +7,9 @@ This wiki contains the developer documentation for AntennaPod. If you are a user
|
||||||
|
|
||||||
You can test development builds freshly from GitHub. Every time the continuous integration server performs tests on the code automatically, it also creates an apk file that you can try. **These builds are not meant for daily use.** Because they are debug builds, they are significantly more slow/laggy and crash when detecting some (usually unproblematic) programming errors instead of ignoring them like release builds. Use them for testing only.
|
You can test development builds freshly from GitHub. Every time the continuous integration server performs tests on the code automatically, it also creates an apk file that you can try. **These builds are not meant for daily use.** Because they are debug builds, they are significantly more slow/laggy and crash when detecting some (usually unproblematic) programming errors instead of ignoring them like release builds. Use them for testing only.
|
||||||
|
|
||||||
- Open a branch to view the commits, click the checkmark (or cross) icon and select the `unit-tests` check on CircleCI:
|
- Open a branch to view the commits, click the checkmark (or cross) icon and select any of the tests:
|
||||||
<img width="300" src="https://user-images.githubusercontent.com/5811634/98037619-272b5180-1e1c-11eb-9f88-3d21e97c62ae.png" />
|
<img width="250" src="https://user-images.githubusercontent.com/5811634/153730449-613873b7-5b60-4ff1-b1eb-385832ab749b.png" />
|
||||||
- Select the `Build debug` job:
|
- Choose `Summary`:
|
||||||
<img width="200" src="https://user-images.githubusercontent.com/5811634/92300985-d0aaaf80-ef5f-11ea-93c3-3da332f48b5a.png" />
|
<img width="250" src="https://user-images.githubusercontent.com/5811634/153730467-1e0a04e3-046d-4e31-8723-449e487552c2.png" />
|
||||||
- Download the artifact:
|
- Scroll down and download the artifact:
|
||||||
<img width="200" src="https://user-images.githubusercontent.com/5811634/92300986-d1dbdc80-ef5f-11ea-8426-dbac94b9c169.png" />
|
<img width="250" src="https://user-images.githubusercontent.com/5811634/153730428-7fe69b5b-db79-4239-b7ff-f8b2129b31a3.png" />
|
Loading…
Reference in New Issue