Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Shaquille Soekhlal 2022-03-28 21:31:26 +02:00
parent 1ff7ae43dc
commit 67218f2e86

View File

@ -3,20 +3,23 @@ type: docker
name: default
trigger:
repo:
include:
- AUR/linux-vfio
event:
- push
steps:
- name: Fetch Upstream
image: archlinux:base-devel
commands:
- pacman -Sy git --noconfirm
- 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
- chmod +x setupbuild.sh
- sh setupbuild.sh
- gpg --keyserver keys.gnupg.net --recv-keys 3B94A80E50A477C7
- su build
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps --noconfirm