Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nanopb
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
le
nanopb
Commits
cb852f0c
Commit
cb852f0c
authored
7 years ago
by
Kyle Manna
Browse files
Options
Downloads
Patches
Plain Diff
travis: Use nproc to count CPUs
* Simpler tool provided by coreutils.
parent
4dde8a43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
1 addition
and
1 deletion
.travis.yml
+
1
−
1
View file @
cb852f0c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment