[ADD] Initial Drone CI
It only verifies that I can link and unlink all the packages, and install the Vim plugins at the same time.
This commit is contained in:
parent
66409f779a
commit
675f9d82a6
1 changed files with 13 additions and 0 deletions
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue