Skip to content

Commit

Permalink
bitbucket-pipelines.yml: make -j1 to avoid running out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Oct 18, 2019
1 parent 164d2f5 commit c1cd3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipelines:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=coverage
- make -j4 install
- make -j1 install
- export IGN_CONFIG_PATH=/usr/local/share/ignition
# run codecheck before tests so flaky tests don't obscure codecheck failures
- make codecheck
Expand Down

0 comments on commit c1cd3f1

Please sign in to comment.