add drone file
This commit is contained in:
parent
d73e712df3
commit
f6c9fecd71
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user