Linux and Windows builds

Summary:
Adds windows and linux builds to Sandcastle

allow-large-files

Reviewed By: jknoxville

Differential Revision: D8379581

fbshipit-source-id: 94c80fc91c69f43b7dc0c7eb8b2ee5ace4daf888
This commit is contained in:
Daniel Büchele
2018-06-13 09:01:36 -07:00
committed by Facebook Github Bot
parent 32382b2999
commit 50490b9435
5 changed files with 23 additions and 30 deletions

View File

@@ -51,11 +51,9 @@ yarn start
## Building the desktop app
```
yarn build [macOnly] [build-number=$buildNumber]
yarn build --mac --version $buildNumber
```
A binary for macOS is created in `dist/mac`. `macOnly` and `build-number` are optional params.
## Documentation
Find the full documentation for this project at [fbsonar.com](https://fbsonar.com/docs).