Skip to content

Commit

Permalink
Reduce CI memory usage (usdot-fhwa-stol#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmcconnell committed Jul 14, 2020
1 parent e6f6fff commit 7405a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
name: Build Package
command: |
source ${INIT_ENV}
export ROS_PARALLEL_JOBS='-j1 -l1' # Try to reduce memory consumption on build
catkin_make install
- run:
name: Run C++ Tests
command: |
source ${INIT_ENV}
source /opt/carma/devel/setup.bash
export ROS_PARALLEL_JOBS='-j1 -l1' # Try to reduce memory consumption on build
catkin_make run_tests

0 comments on commit 7405a55

Please sign in to comment.