mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
|
## How to test a PR build
|
||
|
|
||
|
Please take into account, that RPCS3 build usually takes some time (about 20 min), so you can't access a build, if a PR was just submitted.
|
||
|
|
||
|
- Open a PR you want to test
|
||
|
- Scroll to the very bottom and locate "Checks" section
|
||
|
- Expand all checks
|
||
|
You are supposed to see something like this
|
||
|

|
||
|
- Click on **Linux_Build** or **Windows_Build** __Details__
|
||
|
- Click **View more details on Azure Pipelines** at the very bottom
|
||
|

|
||
|
- Click on *1 artifact produced*
|
||
|

|
||
|
- Select a build for your OS and click three dots on the right, Click **Download artifacts**
|
||
|

|
||
|
|
||
|
- Congratulations! You are now downloading RPCS3 build for specific PR.
|
||
|
|
||
|
Please note, that PR builds are not supposed to be stable, because they contain new changesets.
|