* do fullcycle with -j 4

This commit is contained in:
florian 2021-08-26 23:51:20 +02:00 committed by Michaël Van Canneyt
parent b5fca5b094
commit 4303d62c2b

View File

@ -13,7 +13,7 @@ compiler-fullcycle-job:
stage: compilercycle
script:
- cd compiler
- make fullcycle
- make fullcycle -j 4
build-and-test-job:
stage: buildandtest