diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6dd1ff0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +name: verify linking + +steps: + - name: link & unlink + image: archlinux + pull: always + commands: + - pacman -Suy --noconfirm make git stow sudo vim tmux + - "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" + - make link-all + - make unlink-all