ci: Add -j to make

This commit is contained in:
Fam Zheng 2024-12-20 20:48:11 +00:00
parent eb52691b39
commit 028541291e

View File

@ -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