fix: increase jobs to number of cpus

This commit is contained in:
Markus Pesch 2020-08-25 19:31:30 +02:00
parent ef9266b010
commit c279d288b4
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -6,7 +6,7 @@ steps:
- name: build-linux-amd64 - name: build-linux-amd64
image: docker.io/volkerraschek/build-image:latest image: docker.io/volkerraschek/build-image:latest
commands: commands:
- make bin/linux/amd64/flucky - make --jobs=$(nproc) bin/linux/amd64/flucky
when: when:
event: event:
- push - push