-
-
Notifications
You must be signed in to change notification settings - Fork 650
MakingAutomatedBuilds
The following information is for NVDA committers and details how to trigger the creation of automated builds that can be tested by users.
Snapshots are automatically built for every commit to the master, next and rc branches. They are then listed on the Snapshots page. Generally, we don't build snapshots for other branches, but if this is needed for some reason, you can add another branch to the branches section of appveyor.yml. If you want to see the build log, you can access it on AppVeyor.
You can create one-off builds of any local branch for users to test. This is done by pushing a branch to the main NVDA repository with a try-
prefix; e.g. try-myThing
. For example, you can make a try build for the current branch as follows:
git push origin HEAD:try-myThing
The build will take a few minutes to complete. You can see the progress and download the build output on AppVeyor.
Try branches are not removed automatically, so they should be cleaned up periodically.
- FAQ
- Application Support
- Connect
- Guides
- Extra Voices
- Log Files And Crash Dumps
- Log Levels (move to userguide / delete?)
This section will be moved to the NVDA repository as a priority
- Internals
- Notes Adding support for aria attributes to browsers
- Using COM with NVDA and Microsoft Word