LP-298 Add IBus input to wizard
[librepilot.git] / .drone.yml
blob7be1524507664850a6769376c143017cea38b6e6
1 build:
2   image: teaci/msys32
3   pull: true
4   shell: mingw32
5   commands:
6     - echo -e "[librepilot-mingw]\nSigLevel = Optional TrustAll\nServer = http://download.librepilot.org/repo/mingw" >> /etc/pacman.conf
7     - pacman -Syu --noconfirm --noprogressbar --needed git unzip tar mingw-w64-i686-toolchain mingw-w64-i686-ccache mingw-w64-i686-qt5 mingw-w64-i686-SDL mingw-w64-i686-mesa mingw-w64-i686-openssl mingw-w64-i686-gdal-minimal mingw-w64-i686-OpenSceneGraph mingw-w64-i686-osgearth
8     - mingw32-make all_sdk_install
9     - git config core.filemode false
10     - mingw32-make build-info && cat build/build-info.txt
11     - mingw32-make opfw_resource
12     - mingw32-make gcs
13     - mingw32-make package
15 clone:
16   depth: 1000
17   tags: true