add drone file

This commit is contained in:
Gero Müller 2019-10-14 23:58:28 +02:00
parent d73e712df3
commit f6c9fecd71
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
workspace:
base: /
path: work
kind: pipeline
type: docker
name: default
steps:
- name: build
image: dockcross/windows-static-x64
commands:
- cmake -Bbuild -H. -GNinja
- ninja -Cbuild