diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..eda3ff9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,24 @@ +kind: pipeline +type: docker +name: default + +trigger: + repo: + include: + - Hello_User/mirror-test + event: + - push + +steps: +- name: Fetch Upstream + image: archlinux:base-devel + commands: + - git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git + - git fetch upstream + - git merge upstream/main + - git push +- name: Build linux-vfio + image: archlinux:base-devel + commands: + - pacman -Syu --noconfirm + - MAKEFLAGS="-j$(nproc)" makepkg --syncdeps \ No newline at end of file