mirror-test/.drone.yml

21 lines
435 B
YAML
Raw Normal View History

2022-03-28 15:02:00 +00:00
kind: pipeline
type: docker
name: default
trigger:
2022-03-28 15:07:38 +00:00
event:
- push
2022-03-28 15:02:00 +00:00
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