diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..367e743 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file