mirror-test/.drone.yml
Shaquille Soekhlal 9e7a162794
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-03-28 17:46:39 +02:00

22 lines
491 B
YAML

kind: pipeline
type: docker
name: default
trigger:
event:
- push
steps:
- name: Fetch Upstream
image: archlinux:base-devel
commands:
- pacman -Sy git --noconfirm
- git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git
- git fetch upstream
- git merge upstream/main
- git push --set-upstream origin main
- name: Build linux-vfio
image: archlinux:base-devel
commands:
- pacman -Syu --noconfirm
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps