Create .drone.yml

Add file for Windows/Docker CI for MSYS2/MingW64
This commit is contained in:
ppriest 2016-05-28 19:59:21 +01:00
parent cc87a10563
commit a2c71b889f

7
.drone.yml Normal file
View file

@ -0,0 +1,7 @@
# Build configure for https://www.tea-ci.org (fork of Drone CI with Msys2 support)
build:
image: teaci/msys64
shell: mingw64
pull: true
commands:
- make SUBTARGET=tiny MINGW64=/c/msys64/mingw64