Skip to content

Commit

Permalink
Limit on the number of make jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Jul 28, 2020
1 parent 3f999d5 commit 45583b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script_moddevices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ mkdir -p build/${INSTALL_DIR} && cd build
buildenv mod-plugin-builder /usr/local/bin/cmake \
-DSFIZZ_SYSTEM_PROCESSOR=armv7-a \
-DCMAKE_BUILD_TYPE=Release -DSFIZZ_JACK=OFF ..
buildenv mod-plugin-builder make -j
buildenv mod-plugin-builder make -j$(nproc)

0 comments on commit 45583b6

Please sign in to comment.