platforms/posix: try increasing sitl_gazebo build parallelism

- this was limited to single threaded due to CI issues and even
developer machines with limited resources
This commit is contained in:
Daniel Agar
2021-02-25 13:05:07 -05:00
parent ac5167b459
commit 3bed87e4bd

View File

@@ -45,7 +45,7 @@ ExternalProject_Add(sitl_gazebo
USES_TERMINAL_BUILD true
EXCLUDE_FROM_ALL true
BUILD_ALWAYS 1
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> -- -j1
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> -- -j2
)
ExternalProject_Add(mavsdk_tests