ci: Parallel build

This commit is contained in:
Paweł Bylica 2019-09-25 21:14:29 +02:00
parent 90c204d2de
commit d8987a0f2a
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ commands:
command: cmake ../project -DCMAKE_INSTALL_PREFIX=~/install -DEVMC_TESTING=ON $CMAKE_OPTIONS
- run:
name: "Build"
command: cmake --build ~/build
command: cmake --build ~/build -- -j4
- run:
name: "Test"
command: |