Skip to content

Commit

Permalink
Use 4 cores for building, specify configuration to Python build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
treamology committed Jul 20, 2019
1 parent 019fd0a commit ea77c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ before_script:
script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Release $CMAKE_OPTIONS ..
- cmake --build . --config Release
- cmake --build . --config Release -j 4
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ if(BUILD_PYTHON)
CONFIGURE_COMMAND ""
BUILD_COMMAND <SOURCE_DIR>/build-ios.py --arch=${CMAKE_OSX_ARCHITECTURES}
--install-dir=<INSTALL_DIR> --suppress-stdout
--configuration=$<CONFIG>
INSTALL_COMMAND ""

BUILD_IN_SOURCE 1
Expand Down

0 comments on commit ea77c5a

Please sign in to comment.