mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Create .drone.yml
Add file for Windows/Docker CI for MSYS2/MingW64
This commit is contained in:
parent
cc87a10563
commit
a2c71b889f
1 changed files with 7 additions and 0 deletions
7
.drone.yml
Normal file
7
.drone.yml
Normal 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
|
Loading…
Reference in a new issue