ci: Add -j to make
This commit is contained in:
parent
eb52691b39
commit
028541291e
@ -18,8 +18,8 @@ test:
|
||||
- env
|
||||
- pip3 install -r requirements.txt
|
||||
script:
|
||||
- make opencv
|
||||
- make -C alg qrtool
|
||||
- make opencv -j$(nproc --ignore=2)
|
||||
- make -C alg qrtool -j$(nproc --ignore=2)
|
||||
- make test
|
||||
|
||||
build-alg:
|
||||
@ -27,8 +27,8 @@ build-alg:
|
||||
tags:
|
||||
- emblem-dev
|
||||
script:
|
||||
- make opencv
|
||||
- make build/alg/qrtool
|
||||
- make opencv -j$(nproc --ignore=2)
|
||||
- make build/alg/qrtool -j$(nproc --ignore=2)
|
||||
artifacts:
|
||||
paths:
|
||||
- build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user