mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
LP626 apt-get on docker needs to be non-interactive
This commit is contained in:
parent
49e1ab023d
commit
9f035b32b8
@ -4,7 +4,7 @@ pipelines:
|
|||||||
image: atlassian/default-image:3
|
image: atlassian/default-image:3
|
||||||
script:
|
script:
|
||||||
- apt-get update -q
|
- apt-get update -q
|
||||||
- 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
|
- 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 build_sdk_install
|
||||||
- make all_flight
|
- make all_flight
|
||||||
- make fw_resource
|
- make fw_resource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user