mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
DEVELOPER: Use multiple jobs during make
This commit is contained in:
parent
ffce61da4b
commit
ec1a7b4b40
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ How to Build Taskwarrior
|
||||||
$ cd task.git
|
$ cd task.git
|
||||||
$ git checkout 2.6.0 # Latest dev branch
|
$ git checkout 2.6.0 # Latest dev branch
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither.
|
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither.
|
||||||
$ make VERBOSE=1 # Shows details
|
$ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs
|
||||||
|
|
||||||
Running Test Suite:
|
Running Test Suite:
|
||||||
$ cd tests
|
$ cd tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue