mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Enable parallel build in travis.
This commit is contained in:
@@ -5,5 +5,5 @@ before_install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake .
|
- cmake .
|
||||||
- make
|
- make -j4
|
||||||
- make test
|
- make test
|
||||||
|
Reference in New Issue
Block a user