linux-vfio/.drone.yml
2022-03-28 16:59:42 +02:00

22 lines
449 B
YAML

kind: pipeline
type: docker
name: default
trigger:
repo:
include:
- AUR/linux-vfio
steps:
- name: Fetch Upstream
image: archlinux:base-devel
commands:
- git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.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