diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b12e554 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,23 @@ +kind: pipeline +type: docker +name: default + +clone: + disable: true + +trigger: + repo: + include: + - garionion/fluffychat + +steps: +- name: clone + image: alpine/git + commands: + - git clone https://git.entr0py.de/garionion/fluffychat.git . + - git checkout $DRONE_COMMIT + +- name: build + image: archlinux/base-devel + commands: + - ls -al \ No newline at end of file