Currently, to get binaries based on code by the Atom community:
- Visit https://atom-community.github.io/atomcommunity-pipelines/ and click on a run to view available binaries.
- Click the desired binary for your platform to download. (If there is no binary for your platform, try viewing another run.)
- After the download is complete, extract the archive and run the executable.
- (Optional): To ensure you have a usable build, visit the associated CI run by clicking "(link to azure)".
- Select the job named after your OS (eg. Linux)
- At the bottom of the now visible log pane, make sure
100% tests passed
is visible
OR
- browse our Release Branch Build Azure Pipeline;
- select the Job named after your OS (eg. Linux);
- at the bottom of the now visible log pane, make sure
100% tests passed
is visible and then select theartifacts produced
link to browse thePublished artifacts
page; - pick a file which is compatible with your system and click on the "3 dots" menu that appears when hovering the mouse on the file name (right side of the page), then:
- click on the
Download artifacts
menu option and wait for the download to start in your web browser or - click on
Copy download URL
to feed the file URL to a download manager.
- after the download is complete, extract the archive and run the executable.