mirror of https://github.com/status-im/evmc.git
ci: Parallel build
This commit is contained in:
parent
90c204d2de
commit
d8987a0f2a
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue