From a2c71b889f572978c3d1d3f77fd53accc933f034 Mon Sep 17 00:00:00 2001 From: ppriest Date: Sat, 28 May 2016 19:59:21 +0100 Subject: [PATCH] Create .drone.yml Add file for Windows/Docker CI for MSYS2/MingW64 --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000000..d0de9eb5961 --- /dev/null +++ b/.drone.yml @@ -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