Rashuai/build x86 (#676)

* add how-to for x86 build

* formatting

* formatting
This commit is contained in:
RandySheriffH 2019-03-21 15:45:33 -07:00 committed by GitHub
parent 5d452b3029
commit 6c40aed95c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,10 @@ The build script runs all unit tests by default (for native builds and skips tes
The complete list of build options can be found by running `./build.sh (or ./build.bat) --help`
## Build x86
1. For Windows, just add --x86 argument when launching build.bat
2. For Linux, it must be built out of a x86 os, --x86 argument also needs be specified to build.sh
## Build/Test Flavors for CI
### CI Build Environments