When a PR is submitted, it is compiled automatically by AppVeyor and Travis CI. The AppVeyor build creates an artifact which contains the OpenToonz executable and supporting DLLs needed to run. You can easily download this artifact and run it to test out the PR before it is merged.
C:\OpenToonz #.# stuff
folder before testing a PR.C:\OpenToonz #.# stuff
folder so any PR changes to default configurations (i.e. stylesheets, FXs, brushes, etc) are not automatically included.Go to the PR you are interested in checking out.
Scroll to the bottom of the page and look for the green-outlined box with All checks have passed
in it. Click on Show all checks
next to it.
AppVeyor build succeeded
and click on the Details
next to it.
Configuration: Release
.
Artifacts
.
.zip
file to begin the download.
⚠️ Do not overwrite your current OpenToonz installation!
Enter the folder you extracted everything into and double-click the OpenToonz executable to start.
Test away! Report any suggestions or issues related to the change in the PR comments.
You can safely delete the .zip file and the folder you created when you are done.