Skip to content
Snippets Groups Projects
Commit cb852f0c authored by Kyle Manna's avatar Kyle Manna
Browse files

travis: Use nproc to count CPUs

* Simpler tool provided by coreutils.
parent 4dde8a43
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ addons:
before_install:
- export PATH=$HOME/.local/bin:$HOME/protobuf/bin:$PATH
- export MAKEFLAGS=-j$(grep processor /proc/cpuinfo | wc -l)
- export MAKEFLAGS=-j$(nproc)
- $CC --version
- $CXX --version
- python --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment