From 5ed99f1db4fb7342816d60c90fbfb443e8b35664 Mon Sep 17 00:00:00 2001 From: Eric Price Date: Fri, 18 Feb 2022 12:33:47 +0100 Subject: [PATCH] LP-626 add more jobs to bitbucket-pipeline --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5816d00d1..4ff32d821 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,6 +6,6 @@ pipelines: - apt-get update -q - DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential qtbase5-dev git curl libc6-i386 python2 python2.7-dev libqt5svg5-dev qt5-qmltooling-plugins libqt5webview5-dev qtscript5-dev libqt5serialport5-dev qtmultimedia5-dev libusb-1.0-0-dev libudev-dev pkg-config libsdl-dev libosgearth-dev qttools5-dev-tools - make build_sdk_install - - make all_flight + - make all_flight --jobs=6 - make fw_resource - - make gcs + - make gcs --jobs=6