Update '.drone.yml'

This commit is contained in:
Shaquille Soekhlal 2022-03-28 16:59:42 +02:00
parent 4db36fd226
commit afe389886a

View File

@ -2,9 +2,21 @@ kind: pipeline
type: docker type: docker
name: default name: default
trigger:
repo:
include:
- AUR/linux-vfio
steps: steps:
- name: greeting - name: Fetch Upstream
image: archlinux image: archlinux:base-devel
commands: commands:
- echo hello - git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.git
- echo world - 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