diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..acf0f4d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: greeting + image: archlinux + commands: + - pacman -Syu + - pacman -S cmake gcc g++ + - cmake . + - make + - echo hello