How to test changes in Pull Requests

  1. Go to list of Pull Requests and click any of them. For example, this one - https://github.com/synfig/synfig/pull/1737

  2. Scroll down to the area showing checks (click on “Show all checks” if they are hidden).

../_images/screenshot_001.png
  1. Click on the “Details” link on the opposite side of “continuous-integration/appveyor/pr”.

../_images/screenshot_002.png

4.Now you need to choose “Environment: MSYSTEM=MINGW64” for x64 Windows or “Environment: MSYSTEM=MINGW32” for x32.

../_images/screenshot_003.png
  1. And then switch to the “Artifacts” tab.

../_images/screenshot_004.png
  1. Click on “SynfigStudio-…” filename to download.

../_images/screenshot_005.png

Now you can unpack the downloaded file and run Synfig, which includes all modifications introduced in this particular PR. This is a portable version, so no need to install it.