Commit da9238ff authored by Joel Collins's avatar Joel Collins
Browse files

Add build and deployment info to readme

parent 36d73efd
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -8,3 +8,11 @@ A general guide on setting up your microscope, including OpenFlexure eV, can be
## Develop
* Clone the repo, and run `npm install`
* Scripts to build, and package Electron apps, are included in `package.json`

## Builds and deployment
* Binaries will be built for testing on merge requests, and manual CI triggers
    * These builds expire after a week, and are intended for testing only.

* Binaries will be built **and deployed** when a merge into `stable` completes.
    * These binaries will expire on GitLab after a week, but will be permanantly
    deployed to http://build.openflexure.org/openflexure-ev
 No newline at end of file