1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-307: Set up Tea CI for win build

This commit is contained in:
James Duley 2016-05-09 20:34:35 +01:00
parent 46b4f4ff40
commit 79e70ae00b

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
build:
image: teaci/msys32
pull: true
shell: mingw32
commands:
- echo -e "[librepilot-mingw]\nSigLevel = Optional TrustAll\nServer = http://download.librepilot.org/repo/mingw" >> /etc/pacman.conf
- 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
- mingw32-make all_sdk_install
- mingw32-make build-info && cat build/build-info.txt
- mingw32-make opfw_resource
- mingw32-make gcs
- mingw32-make package
clone:
depth: 1000
tags: true