mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
do parallel build
This commit is contained in:
parent
e25a3e24bc
commit
3c7f6e968b
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ docker-dev:
|
|||
build:source:
|
||||
stage: build
|
||||
script:
|
||||
- mkdir build && cd build && cmake .. && make
|
||||
- mkdir build && cd build && cmake .. && make -j8
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
name: ${CI_PROJECT_NAME}-${CI_BUILD_REF}
|
||||
|
@ -76,7 +76,7 @@ test:unit-hardware:
|
|||
tags:
|
||||
- villas-fpga
|
||||
script: |
|
||||
rm -r build && mkdir build && cd build && cmake .. && make unit-tests
|
||||
rm -r build && mkdir build && cd build && cmake .. && make unit-tests -j8
|
||||
if [ "$(who | wc -l)" -eq "0" ]; then
|
||||
tests/unit-tests --jobs 1 --filter 'fpga/*'
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue